[clang] [AMDGPU] Add clang builtin for generic AMDGPU shuffle (PR #185302)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 16 08:01:04 PDT 2026
yxsamliu wrote:
I think keeping it i32-only makes sense since the underlying instructions only work with 32-bit values — users can split wider types themselves without much trouble. We had a similar discussion on #153501 and I tend to agree with the conclusion there. @arsenm what do you think?
https://github.com/llvm/llvm-project/pull/185302
More information about the cfe-commits
mailing list