[Mlir-commits] [mlir] [mlir][ArmSME] Add rewrites to swap extract of extend (PR #80407)

Benjamin Maxwell llvmlistbot at llvm.org
Mon Feb 5 04:34:13 PST 2024


https://github.com/MacDue approved this pull request.

The rewrites look good, though I wonder if it'd make more sense to include these in the `-arm-sme-outer-product-fusion` pass instead? They'd work just as well there, and that would also ensure no pass between `-arm-sme-vector-legalization` and `-arm-sme-outer-product-fusion` moves them again (due to some random canonicalization). 

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


More information about the Mlir-commits mailing list