forked from OSchip/llvm-project
1befea2bdc
support multiple induction variables This patch enable loop reroll for the following case: for(int i=0; i<N; i += 2) { S += *a++; S += *a++; }; Differential Revision: http://reviews.llvm.org/D16550 llvm-svn: 268147 |
||
---|---|---|
.. | ||
basic.ll | ||
basic32iters.ll | ||
complex_reroll.ll | ||
negative.ll | ||
nonconst_lb.ll | ||
ptrindvar.ll | ||
reduction.ll | ||
reroll_with_dbg.ll |