[llvm] Fix SIFixSGPRCopies To Handle Physical Registers (PR #149859)
Patrick Simmons via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 22 09:22:09 PDT 2025
================
@@ -898,12 +898,13 @@ bool SIFixSGPRCopies::lowerSpecialCase(MachineInstr &MI,
TII->get(AMDGPU::V_READFIRSTLANE_B32), TmpReg)
.add(MI.getOperand(1));
MI.getOperand(1).setReg(TmpReg);
+ return true;
----------------
linuxrocks123 wrote:
I'm not sure I understand.
https://github.com/llvm/llvm-project/pull/149859
More information about the llvm-commits
mailing list