[Mlir-commits] [mlir] [mlir][vector] Group tests for re-order patterns (PR #102856)
Benjamin Maxwell
llvmlistbot at llvm.org
Tue Aug 13 02:58:25 PDT 2024
================
@@ -2049,6 +2048,12 @@ void mlir::vector::populateSinkVectorBroadcastPatterns(
patterns.getContext(), benefit);
}
+void mlir::vector::populateReoderVectorTransposePatterns(
----------------
MacDue wrote:
Above: should `populateSinkVectorBroadcastPatterns()` be `populateReorderVectorBroadcastPatterns()` for consistency?
https://github.com/llvm/llvm-project/pull/102856
More information about the Mlir-commits
mailing list