[llvm] [AMDGPU][True16][CodeGen] readfirstlane for vgpr16 copy to sgpr32 (PR #118037)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Fri May 2 09:35:22 PDT 2025
================
@@ -1075,10 +1075,25 @@ void SIFixSGPRCopies::lowerVGPR2SGPRCopies(MachineFunction &MF) {
TRI->getRegClassForOperandReg(*MRI, MI->getOperand(1));
size_t SrcSize = TRI->getRegSizeInBits(*SrcRC);
if (SrcSize == 16) {
----------------
broxigarchen wrote:
Updated this PR's decsription to answer this question
https://github.com/llvm/llvm-project/pull/118037
More information about the llvm-commits
mailing list