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

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 01:20:20 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:

Done! We can come back to add the indexed load way later and please review the latest patch. :-)

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


More information about the llvm-commits mailing list