Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D12949
[SCEV] Split out a helper function from isImpliedCond; NFC.
Closed
Public
Actions
Authored by
sanjoy
on Sep 17 2015, 4:02 PM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
hfinkel
llvm-commits
sanjoy
Details
Reviewers
hfinkel
Commits
rGdf1635d39416: [SCEV] Extract helper function from isImpliedCond; NFC
rL248607: [SCEV] Extract helper function from isImpliedCond; NFC
Summary
This helper routine will be used in a subsequent change.
Diff Detail
Repository
rL LLVM
Event Timeline
sanjoy
updated this revision to
Diff 35046
.
Sep 17 2015, 4:02 PM
sanjoy
retitled this revision from
to
[SCEV] Split out a helper function from isImpliedCond; NFC.
.
sanjoy
updated this object.
sanjoy
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
sanjoy
.
·
View Herald Transcript
Sep 17 2015, 4:02 PM
sanjoy
added a child revision:
D12950: [SCEV] Teach isLoopBackedgeGuardedByCond to exploit trip counts.
.
Sep 17 2015, 4:03 PM
sanjoy
updated this revision to
Diff 35056
.
Sep 17 2015, 7:46 PM
sanjoy
mentioned this in
D12948: [SCEV] Teach SCEV that A < B => (A+K) < (B+K) on no overflow.
.
Comment Actions
move a test case I had accidentally added to this change
hfinkel
accepted this revision.
Sep 23 2015, 1:07 AM
hfinkel
added a reviewer:
hfinkel
.
hfinkel
added a subscriber:
hfinkel
.
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Sep 23 2015, 1:07 AM
Closed by commit
rL248607: [SCEV] Extract helper function from isImpliedCond; NFC
(authored by
sanjoy
).
·
Explain Why
Sep 25 2015, 1:01 PM
This revision was automatically updated to reflect the committed changes.