[PATCH] D86634: [AMDGPU] SILowerControlFlow::optimizeEndCF should remove empty basic block
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 13:46:44 PDT 2020
rampitec added a comment.
In D86634#2245537 <https://reviews.llvm.org/D86634#2245537>, @alex-t wrote:
> The only difference is that now these redundant branch is inserted by MachineBasicBlock::updateTerminator() as Matt suggested.
Use MachineFunction::splice() to reinsert block into a proper place?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86634/new/
https://reviews.llvm.org/D86634
More information about the llvm-commits
mailing list