================
@@ -435,6 +435,34 @@ static LogicalResult verifySameElementTypes(T op, Type inType, Type outType) {
return success();
}
+static LogicalResult verifyZpMatMul(MatMulOp op) {
----------------
Tai78641 wrote:
inlined this function
https://github.com/llvm/llvm-project/pull/129785