Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/CodeGen/SelectionDAG/
-
trunk/
-
lib/
-
CodeGen/
-
SelectionDAG/
-
DAGCombiner.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D66702
[DAGCombiner] Add node to the worklist in topological order after relegalization.
Closed
Public
Authored by
deadalnix
on Aug 24 2019, 4:02 AM.
Download Raw Diff
Details
Reviewers
craig.topper
efriedma
RKSimon
lebedev.ri
Commits
rGa1e5ef3fd424: [DAGCombiner] Add node to the worklist in topological order after…
rL370040: [DAGCombiner] Add node to the worklist in topological order after…
Summary
As per title.
Diff Detail
Repository
rL LLVM
Event Timeline
deadalnix
created this revision.
Aug 24 2019, 4:02 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Aug 24 2019, 4:02 AM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B37241: Diff 217017
.
Aug 24 2019, 4:03 AM
RKSimon
accepted this revision.
Aug 25 2019, 7:11 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Aug 25 2019, 7:11 AM
Closed by commit
rL370040: [DAGCombiner] Add node to the worklist in topological order after…
(authored by
deadalnix
).
·
Explain Why
Aug 27 2019, 4:11 AM
This revision was automatically updated to reflect the committed changes.