[llvm-bugs] [Bug 39772] Interprocedural Sparse Conditional Constant Propagation generates incorrect code
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Nov 25 08:56:09 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39772
Florian Hahn <Florian.Hahn at arm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |r347524
Resolution|--- |FIXED
--- Comment #1 from Florian Hahn <Florian.Hahn at arm.com> ---
Should be fixed in https://reviews.llvm.org/rL347524.
The problem was that the code was using OriginalOp to access the source of the
ssa_copy, but OriginalOp refers to the original value in the IR before
renaming, not the actual source operand.
--
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/20181125/78f5a57e/attachment-0001.html>
More information about the llvm-bugs
mailing list