[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:47 PDT 2024
================
@@ -82,6 +84,7 @@ bool VPRecipeBase::mayWriteToMemory() const {
bool VPRecipeBase::mayReadFromMemory() const {
switch (getVPDefID()) {
case VPWidenLoadSC:
+ case VPWidenEVLLoadSC:
----------------
ayalz wrote:
```suggestion
case VPWidenEVLLoadSC:
case VPWidenLoadSC:
```
https://github.com/llvm/llvm-project/pull/87816
More information about the llvm-commits
mailing list