[llvm] [VPlan] Fold NOT into predicate of wide compares. (PR #129430)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 12:25:29 PST 2025
================
@@ -793,6 +796,12 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
return CmpPredicate;
}
+ void setPredicate(CmpInst::Predicate Pred) {
----------------
fhahn wrote:
Yep this was to mirror the corresponding API at CmpInst.
https://github.com/llvm/llvm-project/pull/129430
More information about the llvm-commits
mailing list