[PATCH] D11725: [DependenceAnalysis] Ensure All Recurrences are Affine

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 07:45:47 PDT 2015


mssimpso added a comment.

Sanjin,

What do you think about adding an isAffineRecursive() along side isAffine() in SCEVAddRecExpr? Would that work for you? But doesn't Polly's SCEVValidator already walk the entire expression to check this?


http://reviews.llvm.org/D11725





More information about the llvm-commits mailing list