[PATCH] D90314: [AMDGPU] SILowerControlFlow::removeMBBifRedundant. Refactoring plus fix for the null MBB pointer in MF->splice

Alexander via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 09:04:21 PDT 2020


alex-t created this revision.
alex-t added reviewers: rampitec, foad.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
alex-t requested review of this revision.
Herald added a subscriber: wdng.

Detailed description: This change addresses the refactoring adviced by foad. It also contain the fix for the case when getNextNode is null if the successor block is the last in MachineFunction.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90314

Files:
  llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90314.301302.patch
Type: text/x-patch
Size: 3649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/a205a6df/attachment.bin>


More information about the llvm-commits mailing list