[llvm-branch-commits] [llvm] [LoopVectorize] Support vectorization of compressing patterns (PR #214491)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 18 06:14:27 PDT 2026


Andarwinux wrote:

> > Looks like this isn't working for i8 and i16 loops?
> 
> They work, though for AArch64 specifically we've not wired up the lowering for `compressstore` for those types yet (as they require +sve2p2), so the cost is currently invalid. I can add a target-agnostic test to demonstrate i8/i16 though.

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

Could i8/i16 tests be added now?

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


More information about the llvm-branch-commits mailing list