add test for this:
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:04:27 +0000 (22:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:04:27 +0000 (22:04 +0000)
commit7fe11f8711d87d599c02af349b551da6bc7202e2
treea7f83d90470e18e7dc8728c1d0f1dda3aebcb095
parent3a334cb868ba8651ca5dfc1be398c239943bc2ce
add test for this:

(1) Allow loop invariant expressions to come before the induction variable (instead of just
constants):

   int x;
   for (i)
    ...a[x][i]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20499 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopStrengthReduce/invariant_value_first.ll [new file with mode: 0644]