Add test case with PHI node in exit block
authorMichael Kruse <llvm@meinersbur.de>
Mon, 10 Aug 2015 16:17:59 +0000 (16:17 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 10 Aug 2015 16:17:59 +0000 (16:17 +0000)
commit4adb0279a8a7283a4b6295a64215f1622c31c26e
treedd00f2e6bcc5fe81d228082b04c52327c8294a7d
parente3c070673613c4efe1b628319fa4a9956aae0278
Add test case with PHI node in exit block

The PHI node with multiple incoming edges from inside the region.

Thanks Tobias for coming up with the example.

llvm-svn: 244456
polly/test/ScopDetect/phi_with_multi_exiting_edges.ll [new file with mode: 0644]