[Mlir-commits] [mlir] [mlir][ODS] Add `OptionalTypesMatchWith` and remove a custom assemblyFormat (PR #68876)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Oct 17 00:43:06 PDT 2023


================
@@ -1168,13 +1168,6 @@ func.func @reduce_unsupported_attr(%arg0: vector<16xf32>) -> i32 {
 
 // -----
 
-func.func @reduce_unsupported_third_argument(%arg0: vector<16xf32>, %arg1: f32) -> f32 {
-  // expected-error at +1 {{'vector.reduction' unsupported number of operands}}
----------------
banach-space wrote:

What's the actual error that we will see here?

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


More information about the Mlir-commits mailing list