[llvm] [AMDGPU] Enable vectorization of i8 values. (PR #134934)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 23:11:12 PDT 2025


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

LGTM with nits. I think the load/store costs need to be revisited, we're treating them as as cheap as cheap ALU instructions which they certainly are not (also ignoring unaligned cost)

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


More information about the llvm-commits mailing list