Files
llvm-project/llvm/unittests/Transforms/Vectorize/VPlanPatternMatchTest.cpp
Madhur Amilkanthwar 272812b9b4 [VPlan] Tighten m_CanonicalIV() (#194312)
Previously `m_CanonicalIV()` matched any `VPRegionValue`, which was only
correct because the canonical IV is the sole `VPRegionValue` today.
Going ahead this is not scalable and there may be more `VPRegionValue`.
2026-04-30 13:31:45 +05:30

3.4 KiB