http://llvm.org/bugs/show_bug.cgi?id=9867
Summary: Optimization introduces intrinsics and they are not
lowered.
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Starting with the attached file, execute this sequence of operations:
llvm-as code.llvm -o code.bc
opt -O2 code.bc -o code.opt.bc
llvm-dis code.opt.bc -o code.opt.llvm
code.opt.llvm contains a call to llvm.trap, which was not present on the
original code. I have more instances where intrinsics are introduced by
otpimization (not only llvm.trap).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs