[llvm] [LV][EVL] Generate negative strided load/store for reversed load/store (PR #123608)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 00:30:18 PST 2025
================
@@ -340,6 +340,10 @@ static cl::opt<bool>
cl::desc("Prefer in-loop vector reductions, "
"overriding the targets preference."));
+cl::opt<bool> PreferStridedLoadStore("prefer-strided-load-store",
----------------
fhahn wrote:
Why do we need a flag? Is it not sufficient for targets to indicate that they should use strided loads?
https://github.com/llvm/llvm-project/pull/123608
More information about the llvm-commits
mailing list