diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2014-09-15 18:34:45 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2014-09-15 18:34:45 +0000 |
commit | 0fe35dd08827feb8c7d708ce4ca8407142e06fcb (patch) | |
tree | fd46f293622751359f0de8a30d310492029fe5d2 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 6865d6f08a52ad4280009196f41cf35cc1400e8b (diff) | |
download | bcm5719-llvm-0fe35dd08827feb8c7d708ce4ca8407142e06fcb.tar.gz bcm5719-llvm-0fe35dd08827feb8c7d708ce4ca8407142e06fcb.zip |
[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.h')
0 files changed, 0 insertions, 0 deletions