Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Transforms/Scalar/
-
Transforms/
-
Scalar/
-
NewGVN.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D36478
[NewGVN] Use a cast instead of a dyn_cast.
Closed
Public
Authored by
mcrosier
on Aug 8 2017, 11:12 AM.
Download Raw Diff
Details
Reviewers
•
dberlin
davide
Commits
rG4d852597f89e: [NewGVN] Use a cast instead of a dyn_cast.
rL310397: [NewGVN] Use a cast instead of a dyn_cast.
Diff Detail
Event Timeline
mcrosier
created this revision.
Aug 8 2017, 11:12 AM
Herald
added a subscriber:
Prazek
.
·
View Herald Transcript
Aug 8 2017, 11:12 AM
•
dberlin
accepted this revision.
Aug 8 2017, 11:15 AM
Comment Actions
thank you!
This revision is now accepted and ready to land.
Aug 8 2017, 11:15 AM
Closed by commit
rL310397: [NewGVN] Use a cast instead of a dyn_cast.
(authored by
mcrosier
).
·
Explain Why
Aug 8 2017, 11:42 AM
This revision was automatically updated to reflect the committed changes.
davide
edited edge metadata.
Aug 8 2017, 10:39 PM
Comment Actions
LGTM