Remove Polly's IndVarSimplify pass
Polly had a copy of this pass to create the canonical induction variables necessary for the non-scev-based code generation. As we now always use SCEV based code generation, canonical induction variables are not needed any more. llvm-svn: 222979
Loading
Please sign in to comment