[Mlir-commits] [mlir] [mlir][vector] Constrain patterns: vector.contract -> vector.outerproduct (PR #68400)
Benjamin Maxwell
llvmlistbot at llvm.org
Fri Oct 6 06:45:26 PDT 2023
================
@@ -54,22 +54,29 @@ func.func @masked_extract_contract2(%arg0: vector<2x3xf32>,
return %0 : vector<2xf32>
}
-// CHECK-LABEL: func.func @masked_extract_contract4(
----------------
MacDue wrote:
Why was this fixed size test removed?
https://github.com/llvm/llvm-project/pull/68400
More information about the Mlir-commits
mailing list