[llvm] [AMDGPU][True16][CodeGen] select vgpr16 for asm inline 16bit vreg (PR #140946)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 01:47:40 PDT 2025
================
@@ -16062,7 +16062,8 @@ SITargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI_,
case 'v':
switch (BitWidth) {
----------------
arsenm wrote:
This reminds me we need constraints for the aligned and unaligned versions of register classes
https://github.com/llvm/llvm-project/pull/140946
More information about the llvm-commits
mailing list