[llvm] [AMDGPU][True16][CodeGen] select vgpr16 for asm inline 16bit vreg (PR #140946)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 01:42:54 PDT 2025
================
@@ -16062,7 +16062,8 @@ SITargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI_,
case 'v':
switch (BitWidth) {
----------------
jayfoad wrote:
Or even move the handling for the `BitWidth == 16` case inside `getVGPRClassForBitWidth`?
https://github.com/llvm/llvm-project/pull/140946
More information about the llvm-commits
mailing list