[Mlir-commits] [mlir] [MLIR][NVVM] Combine griddepcontrol Ops (PR #152525)

Pradeep Kumar llvmlistbot at llvm.org
Thu Aug 14 05:59:14 PDT 2025


================
@@ -918,3 +918,14 @@ llvm.func @nvvm_dot_accumulate_2way(%a: vector<2xi16>, %b: vector<4xi8>, %c: i32
   %7 = nvvm.dot.accumulate.2way %a <signed>, %b <signed>, %c {b_hi = true}: vector<2xi16>, vector<4xi8>
   llvm.return
 }
+
+// -----
+
+// CHECK-LABEL: @nvvm_pmevent
+llvm.func @nvvm_pmevent() {
----------------
schwarzschild-radius wrote:

I think this diff is unrelated to the current PR?

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


More information about the Mlir-commits mailing list