[Mlir-commits] [mlir] [mlir][ArmSME] Add initial SME vector legalization pass (PR #79152)

Cullen Rhodes llvmlistbot at llvm.org
Tue Jan 30 03:45:59 PST 2024


c-rhodes wrote:

> Great work! I acknowledge the complexity of this PR but I was wondering how much the "vector register splitting" side could be generalized to make it reusable by other targets. Vector register legalization is something that has come up multiple times so having a pass that can be parametrized accordingly would be extremely valuable. What are your thoughts about this? :)

I agree, made a similar observation offline and think we should look into this as a follow up.

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


More information about the Mlir-commits mailing list