Add test for this:
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:01:42 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:01:42 +0000 (22:01 +0000)
commit3a334cb868ba8651ca5dfc1be398c239943bc2ce
tree60ae94743c37e79ca035af97d9c422502e16e4c4
parent2461dff0700d0e34b9854d96a5cc03921b375525
Add test for this:

Allow operands after the induction variable (no restrictions):

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

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