[Mlir-commits] [mlir] [MLIR] Fuse locations of hoisted / merged constants (PR #74670)

Mehdi Amini llvmlistbot at llvm.org
Wed Dec 6 20:44:23 PST 2023


================
@@ -0,0 +1,42 @@
+// RUN: mlir-opt -allow-unregistered-dialect %s -pass-pipeline='builtin.module(func.func(canonicalize{test-convergence}))' -split-input-file -mlir-print-debuginfo | FileCheck %s
----------------
joker-eph wrote:

Please remove `-allow-unregistered-dialect`

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


More information about the Mlir-commits mailing list