[LLVMbugs] [Bug 5645] llvm fails to fold function to a constant when built with clang
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Dec 2 23:19:26 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5645
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Chris Lattner <clattner at apple.com> 2009-12-03 01:19:26 ---
Eli fixed this:
$ clang t.cc -S -o - -emit-llvm -O3
...
define i32 @_Z2f6v() nounwind ssp {
if.then.i156:
ret i32 1251552576
}
--
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.
More information about the llvm-bugs
mailing list