[llvm] [AMDGPU] Fix undefined scc register in successor block of SI_KILL terminators (PR #134718)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 14:56:36 PDT 2025
================
@@ -47,6 +47,8 @@ static std::pair<bool, bool> runImpl(MachineFunction &MF) {
const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo();
const TargetLowering *TLI = MF.getSubtarget().getTargetLowering();
+ TLI->finalizeLowering(MF);
----------------
arsenm wrote:
Do you really need this reordering? I'd expect this to be called after the custom insertions
https://github.com/llvm/llvm-project/pull/134718
More information about the llvm-commits
mailing list