[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 03:31:38 PDT 2025
================
@@ -14,6 +14,7 @@
#define LLVM_TRANSFORMS_VECTORIZE_VPLANTRANSFORMS_H
#include "VPlan.h"
+#include "VPlanHelpers.h"
----------------
fhahn wrote:
can forward declare `VPCostContext` instead of including `VPlanHelpers.h`?
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list