[Mlir-commits] [mlir] [mlir][ArmSVE] add zip1 intrinsic (PR #79270)

Cullen Rhodes llvmlistbot at llvm.org
Thu Jan 25 05:25:33 PST 2024


c-rhodes wrote:

> > Maybe add zip2 as well? (In the 2/4-way lowerings I think `zip1, zip2`, would use half the registers two `zip1`s, which might be something we'd like to try).
> 
> I tried that already but couldn't get it to work

If we can get that to work could be a nice future improvement, I'd rather not add an intrinsic until we're sure if that's ok, and it's not necessary for this first widening outer product support

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


More information about the Mlir-commits mailing list