[llvm] [AMDGPU] Fix undefined scc register in successor block of SI_KILL terminators (PR #134718)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 8 00:57:53 PDT 2025
================
@@ -4516,6 +4516,38 @@ SITargetLowering::splitKillBlock(MachineInstr &MI,
MachineBasicBlock *SplitBB = BB->splitAt(MI, false /*UpdateLiveIns*/);
----------------
jmmartinez wrote:
What if we set `UpdateLiveIns` to true ? Wouldn't that cover the case we're trying to cover here ?
https://github.com/llvm/llvm-project/pull/134718
More information about the llvm-commits
mailing list