Skip to content
Commit 1befea2b authored by Lawrence Hu's avatar Lawrence Hu
Browse files

Reroll loops with multiple IV and negative step part 3

            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
parent df29078d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment