[LLVMbugs] [Bug 2864] instcombine removes live stores and calls
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Oct 6 14:34:25 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2864
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2008-10-06 16:34:24 ---
This is because the callee is marked fastcc and the call site is not. This
code has undefined behavior.
--
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