[Mlir-commits] [mlir] [mlir][Conversion] Generalize and fix crash in `reconcile-unrealized-casts` (PR #95700)

Jacques Pienaar llvmlistbot at llvm.org
Mon Jun 17 12:20:46 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
----------------
jpienaar wrote:

Is this for convenience/not needing to update test or another reason?

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


More information about the Mlir-commits mailing list