[Mlir-commits] [mlir] [mlir][arith] Refine the verifier for arith.constant (PR #86178)

Cullen Rhodes llvmlistbot at llvm.org
Fri Mar 22 02:50:57 PDT 2024


================
@@ -215,6 +215,14 @@ func.func @func_with_ops() {
 
 // -----
 
+func.func @func_with_ops() {
+^bb0:
+  // expected-error at +1 {{op failed to verify that result type has i1 element type and same shape as operands}}
----------------
c-rhodes wrote:

error message isn't correct and this isn't a `func_with_ops`, rename and move alongside the other constant tests

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


More information about the Mlir-commits mailing list