[Mlir-commits] [mlir] [MLIR][NVVM] Support generating all the ldmatrix intrinsics from NVVM ops (PR #148783)
Gao Yanfeng
llvmlistbot at llvm.org
Mon Aug 11 21:05:47 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>) {
----------------
Pecco-314 wrote:
That's a good point. But I think it is better to conduct a unified refactoring, splitting this file into multiple files, rather than doing it here.
https://github.com/llvm/llvm-project/pull/148783
More information about the Mlir-commits
mailing list