[llvm] [VPlan] Remove non-reductions after simplifications. (PR #176795)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 12 05:43:47 PST 2026


================
@@ -127,6 +127,7 @@ bool VPRecipeBase::mayReadFromMemory() const {
   case VPBranchOnMaskSC:
   case VPDerivedIVSC:
   case VPFirstOrderRecurrencePHISC:
+  case VPReductionPHISC:
   case VPPredInstPHISC:
----------------
ayalz wrote:

```suggestion
  case VPPredInstPHISC:
  case VPReductionPHISC:
```
lex order

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


More information about the llvm-commits mailing list