aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2018-07-20 17:13:05 +0000
committerAlina Sbirlea <asbirlea@google.com>2018-07-20 17:13:05 +0000
commit20c2962585f250d119c5b32dde344ed49af4ec7f (patch)
tree0cc64c88048e5e8545df94c776003cb848ea83b3 /llvm/utils/FileCheck/FileCheck.cpp
parentdbfa453e4138bb977644929c69d1c71e5e8b4bee (diff)
downloadllvm-20c2962585f250d119c5b32dde344ed49af4ec7f.zip
llvm-20c2962585f250d119c5b32dde344ed49af4ec7f.tar.gz
llvm-20c2962585f250d119c5b32dde344ed49af4ec7f.tar.bz2
[MemorySSA] Add API to update MemoryPhis, following CFG changes.
Summary: When splitting predecessors in BasicBlockUtils, we create a new block as an immediate predecessor of the original BB, then we connect a given set of predecessors to the new block. The API in this patch will be used to update MemoryPhis for this CFG change. If all predecessors are being moved, we move the MemoryPhi directly. Otherwise we create a new MemoryPhi in the NewBB and populate its incoming values, while deleting them from BB's Phi. [Split from D45299 for easier review] Reviewers: george.burgess.iv Subscribers: sanjoy, jlebar, Prazek, llvm-commits Differential Revision: https://reviews.llvm.org/D49156 llvm-svn: 337581
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions