[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 08:34:06 PDT 2025
================
@@ -596,13 +598,15 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
DisjointFlagsTy(bool IsDisjoint) : IsDisjoint(IsDisjoint) {}
};
+ struct NonNegFlagsTy {
+ char NonNeg : 1;
----------------
sdesmalen-arm wrote:
Ah fair enough, I didn't realise you just moved it.
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list