[Mlir-commits] [mlir] [mlir][SME] Update E2E test to show potential optimisation (NFC) (PR #107585)
Benjamin Maxwell
llvmlistbot at llvm.org
Sat Sep 7 02:01:11 PDT 2024
================
@@ -82,8 +82,16 @@ module attributes {transform.with_named_sequence} {
transform.apply_patterns to %func {
transform.apply_patterns.vector.lower_contraction lowering_strategy = "outerproduct"
transform.apply_patterns.vector.lower_masks
+ transform.apply_patterns.canonicalization
} : !transform.any_op
+ // Step 5: Hoist load of accumulator.
----------------
MacDue wrote:
Nit: It's both the load and store of the accumulator that's hoisted.
https://github.com/llvm/llvm-project/pull/107585
More information about the Mlir-commits
mailing list