[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
================
@@ -148,6 +148,10 @@ void populateVectorTransferCollapseInnerMostContiguousDimsPatterns(
void populateSinkVectorBroadcastPatterns(RewritePatternSet &patterns,
PatternBenefit benefit = 1);
+/// Patterns that re-order transpose Ops.
+void populateReoderVectorTransposePatterns(RewritePatternSet &patterns,
+ PatternBenefit benefit = 1);
----------------
MacDue wrote:
It would be good to explain in the the docs _why_ you may want to use these patterns. This line doc comment does not give me any more information than the function name.
https://github.com/llvm/llvm-project/pull/102856
More information about the Mlir-commits
mailing list