[llvm] [AMDGPU][True16][CodeGen]Support V2S copy with True16 inst format. (PR #118037)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 07:27:07 PST 2024
================
@@ -1075,10 +1075,25 @@ void SIFixSGPRCopies::lowerVGPR2SGPRCopies(MachineFunction &MF) {
TRI->getRegClassForOperandReg(*MRI, MI->getOperand(1));
size_t SrcSize = TRI->getRegSizeInBits(*SrcRC);
if (SrcSize == 16) {
----------------
arsenm wrote:
Are you reaching here in practice?
https://github.com/llvm/llvm-project/pull/118037
More information about the llvm-commits
mailing list