[LLVMbugs] [Bug 19964] optimization of (x>>8)==0 breaks other comparisons with x
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 6 14:09:36 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19964
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> ---
Fixed in r210371.
between: # @between
.cfi_startproc
# BB#0: # %entry
shrl $16, %edi
sete %cl
cmpl %esi, %edi
setae %al
orb %cl, %al
retq
--
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/20140606/a1c40774/attachment.html>
More information about the llvm-bugs
mailing list