http://llvm.org/bugs/show_bug.cgi?id=10769
Yuri <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | Severity|release blocker |enhancement --- Comment #2 from Yuri <[email protected]> 2011-08-26 02:17:47 CDT --- Logically, shl i8 1, 8 should evaluate to 0. That's what happens without optimization in any CPU. Computed by optimizer value should follow what CPUs normally do. It's cleaner and less ambiguous way of doing 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
