The patch introduce the new function in ScalarEvolution to get
all loops used in specified SCEV.
This is a preparation for re-writing isKnownPredicate utility as
described in https://reviews.llvm.org/D42417.
Paths
| Differential D43504
[SCEV] Factor out getLoopUseLists ClosedPublic Authored by skatkov on Feb 20 2018, 2:17 AM.
Details Summary The patch introduce the new function in ScalarEvolution to get This is a preparation for re-writing isKnownPredicate utility as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 25 2018, 1:07 PM Closed by commit rL326072: [SCEV] Factor out getUsedLoops (authored by skatkov). · Explain WhyFeb 26 2018, 1:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 135869 llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
llvm/trunk/lib/Analysis/ScalarEvolution.cpp
|