[Mlir-commits] [mlir] [MLIR][IR] add -mlir-print-unique-ids to AsmPrinter (PR #91241)

Jeff Niu llvmlistbot at llvm.org
Mon May 6 10:49:54 PDT 2024


================
@@ -0,0 +1,40 @@
+// RUN: mlir-opt -mlir-print-unique-ids %s | FileCheck %s
+
+// CHECK: %arg5
+// CHECK: %15
+module {
+  func.func @uniqueConflicts(%arg0 : memref<i32>, %arg1 : memref<i32>) {
----------------
Mogball wrote:

This test seems unnecessarily large. Don't you only need to test a function with two `scf.for` ops?

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


More information about the Mlir-commits mailing list