Files
clang-p2996/llvm/lib/Transforms/Utils/LoopUnroll.cpp
Florian Hahn e302fa89aa [LoopUnroll] Forget exit values when making changes.
When unrolling, the exit values in LCSSA phis will get updated.
Invalidate cached SCEV values for those phis in case SCEV looked through
a exit phi.

Fixes #58340.
2022-10-18 15:12:24 +01:00

34 KiB