[Mlir-commits] [llvm] [mlir] [mlir] Add Normalize pass (PR #162266)
Matthias Springer
llvmlistbot at llvm.org
Thu Oct 16 03:04:40 PDT 2025
================
@@ -0,0 +1,203 @@
+// RUN: mlir-opt %s --normalize --mlir-use-nameloc-as-prefix 2>&1 | FileCheck %s
+
+// CHECK-LABEL: module {
+// CHECK: func.func @infinte_loop(%[[ARG0:.*]]: memref<?xi32>, %[[ARG1:.*]]: i32) {
+// CHECK: %vl15969$e5677$ = arith.constant 1 : i32
----------------
matthias-springer wrote:
What's up with these cryptic SSA variable names?
https://github.com/llvm/llvm-project/pull/162266
More information about the Mlir-commits
mailing list