aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2014-09-15 18:34:45 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2014-09-15 18:34:45 +0000
commit0fe35dd08827feb8c7d708ce4ca8407142e06fcb (patch)
treefd46f293622751359f0de8a30d310492029fe5d2 /clang/lib/CodeGen/CodeGenModule.cpp
parent6865d6f08a52ad4280009196f41cf35cc1400e8b (diff)
downloadllvm-0fe35dd08827feb8c7d708ce4ca8407142e06fcb.zip
llvm-0fe35dd08827feb8c7d708ce4ca8407142e06fcb.tar.gz
llvm-0fe35dd08827feb8c7d708ce4ca8407142e06fcb.tar.bz2
[Fix] Rewire the Region after a unconditional entry edge is created
We use SplitEdge to split a conditional entry edge of the SCoP region. However, SplitEdge can cause two different situations (depending on whether or not the edge is critical). This patch tests which one is present and deals with the former unhandled one. It also refactors and unifies the case we have to change the basic blocks of the SCoP to new ones (see replaceScopAndRegionEntry). llvm-svn: 217802
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions