[llvm] [VPlan] Split VPWidenMemoryInstructionRecipe (NFCI). (PR #87411)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 02:59:44 PDT 2024


================
@@ -65,6 +64,7 @@ bool VPRecipeBase::mayWriteToMemory() const {
   case VPWidenGEPSC:
   case VPWidenIntOrFpInductionSC:
   case VPWidenPHISC:
+  case VPWidenLoadSC:
----------------
fhahn wrote:

reordered, thanks!

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


More information about the llvm-commits mailing list