[llvm] AMDGPU: Add mir test for agpr constant reg_sequence handling (PR #129058)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 13:35:32 PST 2025


================
@@ -781,6 +781,27 @@ bool SIFoldOperandsImpl::isUseSafeToFold(const MachineInstr &MI,
   return !TII->isSDWA(MI);
 }
 
+static MachineOperand *lookUpCopyChain(const SIInstrInfo &TII,
----------------
rampitec wrote:

It does more than adding test. Needs restacking?

https://github.com/llvm/llvm-project/pull/129058


More information about the llvm-commits mailing list