[llvm] [LV][EVL]Support reversed loads/stores. (PR #88025)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 16:53:08 PDT 2024
================
@@ -9383,12 +9377,17 @@ void VPWidenLoadRecipe::execute(VPTransformState &State) {
}
}
+static Value *reverseMask(IRBuilderBase &Builder, Value *Mask, Value *EVL,
----------------
ayalz wrote:
```suggestion
static Value *createReverseMaskEVL(IRBuilderBase &Builder, Value *Mask, Value *EVL,
```
https://github.com/llvm/llvm-project/pull/88025
More information about the llvm-commits
mailing list