[PATCH] D87760: CodeGen: Move split block utility to MachineBasicBlock

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 07:02:54 PDT 2020


arsenm created this revision.
arsenm added reviewers: qcolombet, thegameg, efriedma, RKSimon, craig.topper.
Herald added subscribers: kerbowa, hiraditya, tpr, nhaehnle, jvesely.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

AMDGPU needs this in several places, so consolidate them here.


https://reviews.llvm.org/D87760

Files:
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87760.292205.patch
Type: text/x-patch
Size: 6373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200916/cd9c540a/attachment-0001.bin>


More information about the llvm-commits mailing list