Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/Sparc/AsmParser/
-
trunk/
-
lib/
-
Target/
-
Sparc/
-
AsmParser/
-
SparcAsmParser.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D27342
[Sparc] Fix parsing of double-precision %f18, %f20, and %f22
Closed
Public
Authored by
dcederman
on Dec 2 2016, 6:41 AM.
Download Raw Diff
Details
Reviewers
jyknight
venkatra
Commits
rGef62c59dd6b3: [Sparc] Fix parsing of double-precision %f18, %f20, and %f22
rL288503: [Sparc] Fix parsing of double-precision %f18, %f20, and %f22
Summary
They are currently being parsed as %f14, %f16, and %f18.
Diff Detail
Repository
rL LLVM
Event Timeline
dcederman
updated this revision to
Diff 80064
.
Dec 2 2016, 6:41 AM
dcederman
retitled this revision from
to
[Sparc] Fix parsing of double-precision %f18, %f20, and %f22
.
dcederman
updated this object.
dcederman
added reviewers:
venkatra
,
jyknight
.
dcederman
added a subscriber:
llvm-commits
.
jyknight
accepted this revision.
Dec 2 2016, 6:56 AM
jyknight
edited edge metadata.
Comment Actions
derf.
This revision is now accepted and ready to land.
Dec 2 2016, 6:56 AM
Closed by commit
rL288503: [Sparc] Fix parsing of double-precision %f18, %f20, and %f22
(authored by
dcederman
).
·
Explain Why
Dec 2 2016, 7:15 AM
This revision was automatically updated to reflect the committed changes.