[Mlir-commits] [mlir] [MLIR] Dump sass (PR #110227)

Guray Ozen llvmlistbot at llvm.org
Fri Sep 27 03:28:33 PDT 2024


================
@@ -1,5 +1,5 @@
 // RUN: mlir-opt %s \
-// RUN:  | mlir-opt -gpu-lower-to-nvvm-pipeline -debug-only=serialize-to-isa \
+// RUN:  | mlir-opt -gpu-lower-to-nvvm-pipeline -debug-only=serialize-to-isa -debug-only=dump-sass \
----------------
grypp wrote:

It's hard to check SASS as llvm doesn't have control. But I added a check that checks most common instructions. 

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


More information about the Mlir-commits mailing list