[Mlir-commits] [mlir] [mlir][arith] new integration tests from independent interpreter development (PR #92272)

Fehr Mathieu llvmlistbot at llvm.org
Wed May 15 08:17:58 PDT 2024


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

Can you change this comment, to state that you are testing the results of the trunc/extsi/extui operations?
I would also not personally include that this comes from somewhere else, as this seems something that should be tested anyway?
Also, I would change the file name to something more descriptive (like test-lowering-arith-ext-trunc.mlir)

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


More information about the Mlir-commits mailing list