[PATCH] D47467: [IR] Begin removal of TerminatorInst by removing successor manipulation.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 26 01:43:10 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340698: [IR] Begin removal of TerminatorInst by removing successor manipulation. (authored by chandlerc, committed by ).
Herald added a subscriber: george.burgess.iv.

Changed prior to commit:
  https://reviews.llvm.org/D47467?vs=148871&id=162581#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47467

Files:
  llvm/trunk/include/llvm/IR/CFG.h
  llvm/trunk/include/llvm/IR/InstrTypes.h
  llvm/trunk/include/llvm/IR/Instruction.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/lib/Analysis/LoopInfo.cpp
  llvm/trunk/lib/Analysis/MemorySSAUpdater.cpp
  llvm/trunk/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/trunk/lib/IR/BasicBlock.cpp
  llvm/trunk/lib/IR/Instruction.cpp
  llvm/trunk/lib/IR/Instructions.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Scalar/GVNHoist.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopInterchange.cpp
  llvm/trunk/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/trunk/lib/Transforms/Utils/CloneFunction.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/LoopRotationUtils.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47467.162581.patch
Type: text/x-patch
Size: 30871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180826/8e69e9ff/attachment.bin>


More information about the llvm-commits mailing list