[PATCH] D111126: [AMDGPU] Only remove branches in SIInstrInfo::removeBranch

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 02:01:28 PDT 2021


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

Without this change _term instructions can be removed during
critical edge splitting.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111126

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/artificial-terminators.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111126.377118.patch
Type: text/x-patch
Size: 7396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211005/9cfe8386/attachment.bin>


More information about the llvm-commits mailing list