[LLVMbugs] [Bug 12113] Dead store when handling larger-than-register shfits
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 28 09:59:49 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=12113
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |benny.kra at gmail.com
Resolution| |FIXED
--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> 2012-02-28 11:59:49 CST ---
With r151637 the asm looks like this:
f:
movb 4(%esp), %cl
movl $1, %eax
shll %cl, %eax
ret
--
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