[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)

Elvis Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 10 19:11:02 PDT 2025


================
@@ -596,13 +598,15 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
     DisjointFlagsTy(bool IsDisjoint) : IsDisjoint(IsDisjoint) {}
   };
 
+  struct NonNegFlagsTy {
+    char NonNeg : 1;
----------------
ElvisWang123 wrote:

This is just move from private to public. Renaming will cause unrelate changes in this patch.
Perhaps we can fix this in follow-up patch.

https://github.com/llvm/llvm-project/pull/113903


More information about the llvm-commits mailing list