[llvm] [NVPTX] Lower LLVM masked vector loads and stores to PTX (PR #159387)

Drew Kersnar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 27 09:20:55 PDT 2025


================
@@ -99,6 +99,7 @@ enum NodeType : unsigned {
   LoadV2,
   LoadV4,
   LoadV8,
+  MLoadV1,
----------------
dakersnar wrote:

I agree with that edit. Originally, I was just trying to figure out a way represent the fact that these instructions started as vectors and have been packed into a scalar, but yeah, `MLoad` should be sufficient and less confusing.

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


More information about the llvm-commits mailing list