diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-10-21 05:52:51 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-10-21 05:52:51 +0000 |
commit | c1679a95b6b46a48bf5951cda1373a123b19c1d3 (patch) | |
tree | 2fa55b40f5ef7432df6bda18823b317a93d20479 /llvm/test/Transforms/LoopVectorize/induction_plus.ll | |
parent | 364bd306413d8d88186a963bbc44d5cff3f44231 (diff) | |
download | bcm5719-llvm-c1679a95b6b46a48bf5951cda1373a123b19c1d3.tar.gz bcm5719-llvm-c1679a95b6b46a48bf5951cda1373a123b19c1d3.zip |
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
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/induction_plus.ll')
0 files changed, 0 insertions, 0 deletions