[llvm] [VPlan] Introduce m_Cmp; match more compares (PR #154771)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 08:21:55 PDT 2025
================
@@ -786,6 +786,8 @@ class VPIRFlags {
I.setNonNeg(NonNegFlags.NonNeg);
break;
case OperationType::Cmp:
+ cast<CmpInst>(I).setPredicate(CmpPredicate);
+ break;
----------------
lukel97 wrote:
Just double checking, this doesn't fix any other existing tests in tree?
https://github.com/llvm/llvm-project/pull/154771
More information about the llvm-commits
mailing list