[PATCH] D71539: [SCEV] Look through trivial PHIs.
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 21:47:45 PDT 2022
uabelho added a comment.
Hi,
I wrote
https://github.com/llvm/llvm-project/issues/58007
about a crash
Assertion `EVL->contains(L) && "LCSSA breach detected!"' failed.
that started happening with this patch when it wasw recommited in 20d798b <https://reviews.llvm.org/rG20d798bd47ec5191de1b2a8a031da06a04e612e1>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71539/new/
https://reviews.llvm.org/D71539
More information about the llvm-commits
mailing list