https://llvm.org/bugs/show_bug.cgi?id=11449
Matthias Braun <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Matthias Braun <[email protected]> --- This is fixed in llvm trunk: define i32 @_Z1gi(i32 %c) #0 { entry: %add.i = add i32 -2147483648, %c %and.i = and i32 %add.i, 2147483647 ret i32 %and.i } -- 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
