[llvm] [AMDGPU][True16][MC] VINTERP instructions supporting true16/fake16 (PR #113634)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 16:32:45 PST 2024
bogner wrote:
Seeing a few warnings after this change:
```
Included from llvm/lib/Target/AMDGPU/AMDGPU.td:2327:
Included from llvm/lib/Target/AMDGPU/SIInstrInfo.td:3143:
Included from llvm/lib/Target/AMDGPU/SIInstructions.td:32:
llvm/lib/Target/AMDGPU/VINTERPInstructions.td:226:109: warning: unused template argument: VINTERP_Real_gfx11_gfx12::opName
multiclass VINTERP_Real_gfx11_gfx12 <bits<7> op, string asmName = !cast<VOP3_Pseudo>(NAME).Mnemonic, string opName = NAME> :
```
https://github.com/llvm/llvm-project/pull/113634
More information about the llvm-commits
mailing list