[llvm] [RISCV] LMUL lists for indexed and strided loads (PR #169756)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 30 14:44:36 PST 2025


================
@@ -582,10 +582,8 @@ multiclass SiFive7WriteResBase<int VLEN,
       defm : LMULWriteResMX<"WriteVSTOX8", [VCQ, VS], mx, IsWorstCase>;
     }
   }
-  // TODO: The MxLists need to be filtered by EEW. We only need to support
----------------
mshockwave wrote:

I think this comment might be outdated already: the fact that it excludes MF8 means that it already accounts for EEW, as explained by the comment itself. 

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


More information about the llvm-commits mailing list