[llvm] [AMDGPU][MC] Allow op_sel in v_alignbit_b32 etc in GFX9 and GFX10 (PR #142188)

Joe Nash via llvm-commits llvm-commits at lists.llvm.org
Fri May 30 11:10:36 PDT 2025


https://github.com/Sisyph commented:

 The types are not uniform across gfx9 and gfx10. For example, on gfx1010 and gfx900 src2 is 32 bits and on gfx1030 and gfx90a src2 is 16 bits. And the compiler won't be able to make use of opsel without true16 or some intrinsic change. 
Why do you want to do this?

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


More information about the llvm-commits mailing list