[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 13:51:20 PDT 2025
================
@@ -155,6 +155,8 @@ bool VPRecipeBase::mayHaveSideEffects() const {
case VPBlendSC:
case VPReductionEVLSC:
case VPReductionSC:
+ case VPExtendedReductionSC:
----------------
fhahn wrote:
Should also be added to `mayReadFromMemory` and `mayWriteToMemory` for completeness?
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list