Add test case for SCEV synthesizing
commitc4c75bce4f872c8653906258bf0baa98f4dae52e
authorMichael Kruse <llvm@meinersbur.de>
Thu, 13 Aug 2015 15:53:53 +0000 (13 15:53 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 13 Aug 2015 15:53:53 +0000 (13 15:53 +0000)
tree16f5b2530ed22b355b31384f6fdbf4ac84d9a796
parent3a20757f35e3ae00bcb3b5ac35f32734c1811b8f
Add test case for SCEV synthesizing

CodeGenerator currently tries to generate code for a parameter using
values values that are computed later.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@244903 91177308-0d34-0410-b5e6-96231b3b80d8
test/Isl/CodeGen/inner_scev.ll [new file with mode: 0644]