[Mlir-commits] [mlir] [mlir][ODS] Add `OptionalTypesMatchWith` and remove a custom assemblyFormat (PR #68876)
Cullen Rhodes
llvmlistbot at llvm.org
Thu Oct 12 05:06:01 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}}
----------------
c-rhodes wrote:
I'd just update the expected error to `expected ':'` rather remove the test
https://github.com/llvm/llvm-project/pull/68876
More information about the Mlir-commits
mailing list