commit | dbb0ef8e9440a3d5c105eb9f3de05cfd67c6f31c | [log] [tgz] |
---|---|---|
author | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | Tue Jun 27 11:33:22 2017 +0000 |
committer | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | Tue Jun 27 11:33:22 2017 +0000 |
tree | d07af220950b96847100c46cf6bba19d89e8e0d7 | |
parent | cdda23eb7c8076eddc6182f7bfb373204ea93e85 [diff] |
[NFC][CodeGen] Use the ExitBlock explicitly. Before we would 'guess' the correct location for the MergeBlock that got introduced when executing a Scop conditionally. This implicitly depends on the situation that at this point during CodeGen there will be nothing between polly.start and polly.exiting. With this commit we explicitly state that we want the block that directly follows polly.exiting. llvm-svn: 306398