[llvm] [LLVM][NVPTX] Add movmatrix intrinsic and PTX instruction support (PR #190109)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 10:55:03 PDT 2026


================
@@ -5631,6 +5631,17 @@ defset list<WMMA_INSTR> STMATRIXs = {
   } // transposed
 } // defset
 
+// movmatrix
+let isConvergent = true in {
+def MOVMATRIX_SYNC_ALIGNED_M8N8_TRANS_B16
+  : NVPTXInst<(outs B32:$dst),
----------------
AlexMaclean wrote:

Use `BasicNVPTXInst` to automatically generate the asm string operands

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


More information about the llvm-commits mailing list