[llvm-bugs] [Bug 24704] PowerPC: and (or x, c1), c2) to rlwimi conversion is buggy

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 4 17:06:26 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24704

Hal Finkel <hfinkel at anl.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Hal Finkel <hfinkel at anl.gov> ---
Indeed, that code was missing a check for bits that are 1 in the or'ed constant
and 0 in the and'ed constant. r246900, thanks!

-- 
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/20150905/e53eef87/attachment-0001.html>


More information about the llvm-bugs mailing list