[llvm-bugs] [Bug 27023] assert in LoopVersioning "Exit block should only have on predecessor" (triggered by the pass LoopLoadElimination)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 22 11:39:46 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27023
Adam Nemet <anemet at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Adam Nemet <anemet at apple.com> ---
It was an overeager assert. I fixed it in r264081:
When you have multiple LCSSA (single-operand) PHIs that are converted
into two-operand PHIs due to versioning, only assert that the PHI
currently being converted has a single operand. I.e. we don't want to
check PHIs that were converted earlier in the loop.
--
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/20160322/aaaeead5/attachment.html>
More information about the llvm-bugs
mailing list