[Mlir-commits] [mlir] [mlir][arith] Add more canonicalization and integration tests coverage (PR #92272)

Jakub Kuderski llvmlistbot at llvm.org
Wed May 15 14:12:58 PDT 2024


================
@@ -0,0 +1,52 @@
+// Regression test suite from an independent development of Arith's
+// semantics and a fuzzer
+
+// RUN: mlir-opt %s --convert-scf-to-cf --convert-cf-to-llvm --convert-vector-to-llvm \
+// RUN:             --convert-func-to-llvm --convert-arith-to-llvm | \
----------------
kuhar wrote:

nit: either add no implicit module here or remove the  `module {` later on

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


More information about the Mlir-commits mailing list