[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 21:36:17 PDT 2025
================
@@ -811,6 +823,8 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
FastMathFlags getFastMathFlags() const;
+ bool isNonNeg() const { return NonNegFlags.NonNeg; }
----------------
ElvisWang123 wrote:
Added, thanks!
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list