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

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 15:12:37 PDT 2015


mssimpso updated this revision to Diff 34271.
mssimpso added a comment.

Updating revision to address comments.

@sanjoy, I've updated this revision so that we consistently handle expressions
that we cannot divide. We will now give up on the non-affine case instead of
asserting. Because we give up quietly, there's no longer a need to change the
callers of the division. Thanks for the suggestion.


http://reviews.llvm.org/D11725

Files:
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/DependenceAnalysis/NonAffineExpr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11725.34271.patch
Type: text/x-patch
Size: 5480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150908/3996da6c/attachment.bin>


More information about the llvm-commits mailing list