[Mlir-commits] [mlir] [MLIR][NVVM] Support generating all the ldmatrix intrinsics from NVVM ops (PR #148783)

Durgadoss R llvmlistbot at llvm.org
Mon Aug 11 00:40:37 PDT 2025


================
@@ -559,17 +559,47 @@ llvm.func @llvm_nvvm_cp_async_bulk_wait_group() {
 // CHECK-LABEL: @ld_matrix
 llvm.func @ld_matrix(%arg0: !llvm.ptr<3>) {
----------------
durga4github wrote:

[optional]:
Now that we are re-writing this anyway, it would be good to move this into its own separate file in the nvvm/ directory below? say, `ldmatrix.mlir`



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


More information about the Mlir-commits mailing list