[Mlir-commits] [mlir] [MLIR][IR] add -mlir-print-unique-ids to AsmPrinter (PR #91241)
Scott Manley
llvmlistbot at llvm.org
Mon May 6 11:06:29 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>) {
----------------
rscottmanley wrote:
I suppose I wanted to make sure it worked for nesting depths > 1, but I can reduce.
https://github.com/llvm/llvm-project/pull/91241
More information about the Mlir-commits
mailing list