[llvm] WIP:[LV] Support strided memory accesses with a stride of -1 (PR #128718)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 09:51:33 PST 2025
================
@@ -1308,6 +1309,18 @@ class LoopVectorizationCostModel {
(SI && TTI.isLegalMaskedScatter(Ty, Align));
}
+ /// Returns true if the target machine can represent \p V as a strided load
+ /// or store operation.
+ bool isLegalStridedLoadStore(Value *V, ElementCount VF) {
----------------
alexey-bataev wrote:
It is not about the name, more about the function parameters
https://github.com/llvm/llvm-project/pull/128718
More information about the llvm-commits
mailing list