[PATCH] D65276: [SCEV] Disable canonical expansion for nested recurrences.

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 04:13:07 PDT 2019


ebrevnov updated this revision to Diff 213580.
ebrevnov added a comment.

Splitting exitsting patch to two parts. The first one is an actual fix for the problem. The second one is an enhancement to evaluateAtIteration which is going to be reviewd and committed separately.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65276/new/

https://reviews.llvm.org/D65276

Files:
  include/llvm/Analysis/ScalarEvolutionExpander.h
  lib/Analysis/ScalarEvolutionExpander.cpp
  unittests/Analysis/ScalarEvolutionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65276.213580.patch
Type: text/x-patch
Size: 10255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190806/9dfb7d1c/attachment.bin>


More information about the llvm-commits mailing list