Skip to content
Commit c1679a95 authored by Nadav Rotem's avatar Nadav Rotem
Browse files

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
parent 364bd306
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment