[llvm] [RISCV] Support llvm.masked.expandload intrinsic (PR #101954)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 00:53:13 PDT 2024


================
@@ -1359,6 +1359,10 @@ def TuneOptimizedZeroStrideLoad
                       "true", "Optimized (perform fewer memory operations)"
                       "zero-stride vector load">;
 
+def TuneOptimizedIndexedLoadStore
+   : SubtargetFeature<"optimized-indexed-load-store", "HasOptimizedIndexedLoadStore",
----------------
wangpc-pp wrote:

I added a comment to explain it, do you think I should do more?

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


More information about the llvm-commits mailing list