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

Cullen Rhodes llvmlistbot at llvm.org
Mon Feb 5 05:33:20 PST 2024


c-rhodes wrote:

> > 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).
> 
> Good point, I agree, will move them.

Done 👍 

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


More information about the Mlir-commits mailing list