[LLVMbugs] [Bug 7373] INT_MIN % -1 is not undefined
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 15 15:19:42 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7373
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |clattner at apple.com
Resolution| |INVALID
--- Comment #5 from Chris Lattner <clattner at apple.com> 2010-06-15 17:19:41 CDT ---
"What Eli said" :) Pragmatically speaking, we don't want to change codegen
for remainder to handle this case, and I'm not aware of any implementations
that handle it this way. I believe that the optimizer is safe to do this.
--
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