[PATCH] D114650: [SCEV] Construct SCEV iteratively (WIP).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 05:00:41 PDT 2022
fhahn updated this revision to Diff 424873.
fhahn added a comment.
Another rebase and attempt to reduce the diff by keeping getSCEV instead of getExistingSCEV. I am planning to further strip down the changes related to phi handling and have the initial version only construct SCEVs iteratively for IR without PHIs/cycles.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114650/new/
https://reviews.llvm.org/D114650
Files:
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/test/Analysis/ScalarEvolution/shift-recurrences.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114650.424873.patch
Type: text/x-patch
Size: 11917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220425/f984e9e0/attachment.bin>
More information about the llvm-commits
mailing list