[Mlir-commits] [mlir] [MLIR] fix shape.broadcast canonicalize with all empty shape operands (PR #118941)

Chenhui Huang llvmlistbot at llvm.org
Thu Dec 12 18:35:18 PST 2024


================
@@ -1,4 +1,5 @@
 // RUN: mlir-opt -split-input-file -allow-unregistered-dialect -canonicalize="test-convergence" %s | FileCheck %s
+// RUN: mlir-opt -split-input-file -allow-unregistered-dialect -canonicalize="test-convergence top-down=1" %s | FileCheck %s
----------------
YellowHCH wrote:

It should be `top-down=0`. Thanks for your reminder.

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


More information about the Mlir-commits mailing list