[Mlir-commits] [mlir] [MLIR][NVVM] Add Ops for tcgen05 cp and shift (PR #127798)
Mehdi Amini
llvmlistbot at llvm.org
Wed Feb 19 06:04:44 PST 2025
================
@@ -0,0 +1,12 @@
+// RUN: mlir-opt -split-input-file -verify-diagnostics %s
+// RUN: mlir-translate -mlir-to-llvmir -split-input-file -verify-diagnostics %s | FileCheck %s
----------------
joker-eph wrote:
```suggestion
// RUN: mlir-translate -mlir-to-llvmir -split-input-file %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/127798
More information about the Mlir-commits
mailing list