Files
clang-p2996/llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
Luke Lau b739a3cb65 [VPlan] Add m_Deferred. NFC (#133736)
This copies over the implementation of m_Deferred which allows matching
values that were bound in the pattern, and uses it for the (X && Y) ||
(X && !Y) -> X simplifcation.
2025-03-31 21:01:28 +01:00

16 KiB