[llvm] [RISCV] LMUL lists for indexed and strided loads (PR #169756)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 3 09:14:06 PST 2025
================
@@ -19,6 +19,14 @@ defvar SchedMxListFW = !listremove(SchedMxList, ["M8", "MF8"]);
defvar SchedMxListF = !listremove(SchedMxList, ["MF8"]);
// Used for widening floating-point Reduction as it doesn't contain MF8.
defvar SchedMxListFWRed = SchedMxListF;
+// Used for indexed and strided loads of 8 bit lanes, same as full MX list
+defvar SchedMxListDS8 = SchedMxList;
----------------
mshockwave wrote:
second that names like `SchedMxListEEW8` might be more general.
https://github.com/llvm/llvm-project/pull/169756
More information about the llvm-commits
mailing list