Files
llvm-project/llvm/test/Transforms/LoopFusion
Alireza Torabian 599c2731b3 [LoopFusion] Forget cached SCEV values after the fusion (#177455)
This patch fixes the issue #115279. After the fusion, some of the cached
SCEV values such as the induction variable may not be valid anymore and
need to be forgotten.
2026-01-22 19:50:21 -05:00
..