IRCE: generalize to handle loops with decreasing induction variables.
IRCE can now split the iteration space for loops like: for (i = n; i >= 0; i--) a[i + k] = 42; // bounds check on access llvm-svn: 230618
Loading
Please register or sign in to comment