Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/
-
trunk/
-
lib/Transforms/Scalar/
-
Transforms/
-
Scalar/
-
GVNSink.cpp
-
test/Transforms/GVNSink/
-
Transforms/
-
GVNSink/
-
fpmath.ll
Hide Panel
f
Keyboard Reference
?
Differential
D63900
[GVNSink] Add unary FNeg support to GVNSink pass
Closed
Public
Authored by
cameron.mcinally
on Jun 27 2019, 2:47 PM.
Download Raw Diff
Details
Reviewers
spatel
arsenm
kpn
andrew.w.kaylor
craig.topper
dmgreen
Commits
rGab4b2364e566: [GVNSink] Add unary FNeg support to GVNSink pass
rL364678: [GVNSink] Add unary FNeg support to GVNSink pass
Diff Detail
Repository
rL LLVM
Event Timeline
cameron.mcinally
created this revision.
Jun 27 2019, 2:47 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jun 27 2019, 2:47 PM
Herald
added subscribers:
llvm-commits
,
hiraditya
,
wdng
.
·
View Herald Transcript
dmgreen
added a subscriber:
dmgreen
.
Jun 27 2019, 2:58 PM
dmgreen
accepted this revision.
Jun 28 2019, 9:06 AM
Comment Actions
Looks good to me.
This revision is now accepted and ready to land.
Jun 28 2019, 9:06 AM
Closed by commit
rL364678: [GVNSink] Add unary FNeg support to GVNSink pass
(authored by
mcinally
).
·
Explain Why
Jun 28 2019, 12:57 PM
This revision was automatically updated to reflect the committed changes.