https://llvm.org/bugs/show_bug.cgi?id=22074
Michael Kuperstein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Michael Kuperstein <[email protected]> --- I'm not sure what exactly changed in the interim, but the coalescer now does a better job, and with top of trunk, we're getting: .LBB0_1: movzwl (%edx), %esi addl $2, %edx addl %esi, %eax cmpl %edx, %ecx jne .LBB0_1 As expected. -- 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
