[Mlir-commits] [mlir] [mlir][vector] Group tests for re-order patterns (PR #102856)

Benjamin Maxwell llvmlistbot at llvm.org
Tue Aug 13 02:58:24 PDT 2024


================
@@ -2030,8 +2030,7 @@ void mlir::vector::populateVectorContractCanonicalizeMatmulToMMT(
 void mlir::vector::populateVectorReductionToContractPatterns(
     RewritePatternSet &patterns, PatternBenefit benefit) {
   patterns.add<MultiReduceToContract, CombineContractBroadcast,
-               CombineContractABTranspose, CombineContractResultTranspose,
-               ReorderCastOpsOnBroadcast, ReorderElementwiseOpsOnTranspose>(
----------------
MacDue wrote:

Note: `populateVectorReductionToContractPatterns()` is used a few times in IREE, so this change will likely cause some breakages there. You should probably share a fix on the Discord before landing this :slightly_smiling_face: 

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


More information about the Mlir-commits mailing list