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

Jacob Yu llvmlistbot at llvm.org
Wed May 15 13:50:48 PDT 2024


================
@@ -0,0 +1,52 @@
+// Regression test suite from an independent development of Arith's
+// semantics and a fuzzer
----------------
pingshiyu wrote:

> to state that you are testing the results of the trunc/extsi/extui operations?
These tests are a few that I picked from the top of the pile, there's more incoming - thanks for the suggestion to sort them by type ! 

> I would also not personally include that this comes from somewhere else, as this seems something that should be tested anyway?
yep fair enough! doesn't really matter where they came from at the end of the day :)

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


More information about the Mlir-commits mailing list