Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches.
Phabricator shutdown timeline
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D58467
[DAGCombine] Generalize Dead Store to overlapping stores.
Closed
Public
Actions
Authored by
niravd
on Feb 20 2019, 11:36 AM.
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
Restricted Project
Subscribers
hiraditya
javed.absar
llvm-commits
Details
Reviewers
courbet
rnk
Commits
rG48cf37b55cc9: [DAGCombine] Generalize Dead Store to overlapping stores.
rL354518: [DAGCombine] Generalize Dead Store to overlapping stores.
Summary
Remove stores that are immediately overwritten by larger
stores.
Diff Detail
Repository
rL LLVM
Event Timeline
niravd
created this revision.
Feb 20 2019, 11:36 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 20 2019, 11:36 AM
Herald
added subscribers:
hiraditya
,
javed.absar
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B28338: Diff 187636
.
Feb 20 2019, 11:36 AM
niravd
added a child revision:
D58468: [DAGCombine] Fold overlapping constant stores
.
Feb 20 2019, 11:43 AM
rnk
accepted this revision.
Feb 20 2019, 11:59 AM
Comment Actions
lgtm, nice
This revision is now accepted and ready to land.
Feb 20 2019, 11:59 AM
Closed by commit
rL354518: [DAGCombine] Generalize Dead Store to overlapping stores.
(authored by
niravd
).
·
Explain Why
Feb 20 2019, 1:07 PM
This revision was automatically updated to reflect the committed changes.