[llvm-bugs] [Bug 24719] PowerPC: SelectBitfieldInsert is buggy
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Sep 5 23:36:38 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24719
Hal Finkel <hfinkel at anl.gov> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |hfinkel at anl.gov
Resolution|--- |FIXED
--- Comment #1 from Hal Finkel <hfinkel at anl.gov> ---
r246937, thanks! As it turns out, the bug was not in SelectBitfieldInsert, but
in the code that tried to later commute the operands of the resulting rlwimi
instruction.
This also points out an underlying code-quality issue (there's no need for the
trivial rlwimi instructions in the first place), and I'll investigate fixing
that too.
--
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/20150906/aadae057/attachment-0001.html>
More information about the llvm-bugs
mailing list