[PATCH] D125990: [LSR] Fix bug for optimizing unused IVs to final values
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 06:55:45 PDT 2022
bjope added a comment.
We get the "Assertion `EVL->contains(L) && "LCSSA breach detected!"' failed." assertion failures more or less every day in fuzzy testing which is pretty annoying. Just saying that I'm looking forward to the solution, although this review seems to have get stuck a couple of weeks ago :-(
Unfortunately I do not know much about the code involved to help out reviewing (unless it only are stylistic things remaining).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125990/new/
https://reviews.llvm.org/D125990
More information about the llvm-commits
mailing list