[PATCH] D130728: [SCEV] Iteratively compute ranges for deeply nested expressions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 04:53:48 PDT 2022


fhahn updated this revision to Diff 448994.
fhahn marked an inline comment as done.
fhahn added a comment.

Rebased and addede logic to avoid infinite cycles when evaluating phis using `PendingPhiRangesIter`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130728

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130728.448994.patch
Type: text/x-patch
Size: 9921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/b14f2594/attachment.bin>


More information about the llvm-commits mailing list