[PATCH] D79605: MachineBasicBlock::updateTerminator now requires an explicit layout successor.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 19:33:13 PDT 2020


jyknight updated this revision to Diff 264404.
jyknight added a comment.

Handle the case where the apparent fallthrough is not actually a
fallthrough, because the end of the block is unreachable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79605/new/

https://reviews.llvm.org/D79605

Files:
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/lib/CodeGen/BBSectionsPrepare.cpp
  llvm/lib/CodeGen/BranchRelaxation.cpp
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/CodeGen/TailDuplicator.cpp
  llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
  llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
  llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79605.264404.patch
Type: text/x-patch
Size: 15605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200516/649e3669/attachment.bin>


More information about the llvm-commits mailing list