forked from OSchip/llvm-project
dc8a83b53b
This patch extend LoopReroll pass to hand the loops which is similar to the following: while (len > 1) { sum4 += buf[len]; sum4 += buf[len-1]; len -= 2; } llvm-svn: 243171 |
||
---|---|---|
.. | ||
basic.ll | ||
negative.ll | ||
nonconst_lb.ll | ||
reduction.ll |