Nadav Rotem 825cda19d5 Add support for reduction variables that do not start at zero.
This is important for nested-loop reductions such as :

In the innermost loop, the induction variable does not start with zero:

for (i = 0 .. n)
 for (j = 0 .. m)
  sum += ...

llvm-svn: 166387
2012-10-21 05:52:51 +00:00
..
2012-10-08 16:38:25 +00:00
2012-10-17 18:25:06 +00:00
2012-10-17 18:25:06 +00:00