[Mlir-commits] [llvm] [mlir] [mlir] Add Normalize pass (PR #162266)
Shourya Goel
llvmlistbot at llvm.org
Sun Oct 19 14:01:44 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
----------------
Sh0g0-1758 wrote:
you can refer to this [talk](https://www.youtube.com/watch?v=c9WMijSOEUg) to further understand the motivation behind llvm-canon.
https://github.com/llvm/llvm-project/pull/162266
More information about the Mlir-commits
mailing list