[llvm] AMDGPU] ISel & PEI for whole wave functions (PR #131334)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 15 01:05:25 PDT 2025
================
@@ -5773,6 +5774,16 @@ void SIInstrInfo::restoreExec(MachineFunction &MF, MachineBasicBlock &MBB,
Indexes->insertMachineInstrInMaps(*ExecRestoreMI);
}
+MachineInstr *
+SIInstrInfo::getWholeWaveFunctionSetup(MachineBasicBlock &MBB) const {
----------------
perlfu wrote:
Presumably this could just work on MachineFunction -- I don't think you are going to be asking for this on a per-block basis?
https://github.com/llvm/llvm-project/pull/131334
More information about the llvm-commits
mailing list