[llvm] [VPlan] Introduce recipes for VP loads and stores. (PR #87816)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 13:45:48 PDT 2024


================
@@ -91,6 +94,7 @@ bool VPRecipeBase::mayReadFromMemory() const {
   case VPPredInstPHISC:
   case VPScalarIVStepsSC:
   case VPWidenStoreSC:
+  case VPWidenEVLStoreSC:
----------------
ayalz wrote:

lex order.

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


More information about the llvm-commits mailing list