Convert to use new MachineBasicBlock splitAt function.
Place code in splitBlock function for reuse in future changes.
Should yield no functional change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88537
[AMDGPU] SIInsertSkips: Tidy block splitting to use splitAt ClosedPublic Authored by critson on Sep 30 2020, 12:48 AM.
Details Summary Convert to use new MachineBasicBlock splitAt function.
Diff Detail
Event Timelinecritson added a parent revision: D88535: CodeGen: Fix livein calculation in MachineBasicBlock splitAt.Sep 30 2020, 2:42 AM This revision is now accepted and ready to land.Oct 1 2020, 8:16 AM This revision was landed with ongoing or failed builds.Oct 1 2020, 7:11 PM Closed by commit rG2ef9d21e1a3c: [AMDGPU] SIInsertSkips: Tidy block splitting to use splitAt (authored by critson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 295716 llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
|