[LLVMbugs] [Bug 21295] wrong code at -Os and above on x86_64-linux-gnu in 32-bit mode
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 30 13:07:06 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=21295
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Sanjay Patel <spatel+llvm at rotateright.com> ---
As of r233582, this looks fixed. The code near the end that used to be wrong is
now correct:
movb $-1, %cl
movb $1, %ch
movb %cl, %al
LBB0_3: ## %fn1.exit
movl L_b$non_lazy_ptr, %edx
movb %cl, 12(%edx)
movb %ch, 12(%edx)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150330/589b88d9/attachment.html>
More information about the llvm-bugs
mailing list