This patch adds support for SCEVUMinExpr to getRangeRef,
similar to the support for SCEVUMaxExpr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67177
[SCEV] Support SCEVUMinExpr in getRangeRef. ClosedPublic Authored by fhahn on Sep 4 2019, 8:13 AM.
Details Summary This patch adds support for SCEVUMinExpr to getRangeRef,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 4 2019, 9:27 AM Closed by commit rL371768: [SCEV] Support SCEVUMinExpr in getRangeRef. (authored by fhahn). · Explain WhySep 12 2019, 1:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219984 llvm/trunk/lib/Analysis/ScalarEvolution.cpp
llvm/trunk/test/Analysis/ScalarEvolution/max-expr-cache.ll
llvm/trunk/test/Analysis/ScalarEvolution/trip-count15.ll
|