Add another test case with trival PHI in entry BB
authorMichael Kruse <llvm@meinersbur.de>
Wed, 12 Aug 2015 07:34:55 +0000 (07:34 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Wed, 12 Aug 2015 07:34:55 +0000 (07:34 +0000)
commitfba24b3775e9f106f65c8673aff0648b3d173741
tree7251050b5f8416a8944d952e83ec1d7954360e90
parent4652e4baafb6b544fa5d6820f155700a312ef44f
Add another test case with trival PHI in entry BB

This one was extracted from the test-suite's pifft and caused a
miscompilation because a scalar was not written to its alloca address.

llvm-svn: 244720
polly/test/Isl/CodeGen/entry_with_trivial_phi_other_bb.ll [new file with mode: 0644]