[Mlir-commits] [mlir] [mlir][Conversion] Generalize and fix crash in `reconcile-unrealized-casts` (PR #95700)
Matthias Springer
llvmlistbot at llvm.org
Mon Jun 17 12:33:56 PDT 2024
================
@@ -1,12 +1,12 @@
// Note: We run CSE here to make the pattern matching more direct.
-// RUN: mlir-opt %s -test-lower-to-llvm -cse | FileCheck %s
+// RUN: mlir-opt %s -test-lower-to-llvm -cse -canonicalize | FileCheck %s
----------------
matthias-springer wrote:
Yes, this was just the easiest way to fix the test case. `-reconcile-unrealized-casts` used to fold some ops, and the new implementation no longer does not.
https://github.com/llvm/llvm-project/pull/95700
More information about the Mlir-commits
mailing list