[PATCH] D27342: [Sparc] Fix parsing of double-precision %f18, %f20, and %f22
Daniel Cederman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 07:15:35 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL288503: [Sparc] Fix parsing of double-precision %f18, %f20, and %f22 (authored by dcederman).
Changed prior to commit:
https://reviews.llvm.org/D27342?vs=80064&id=80068#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27342
Files:
llvm/trunk/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
Index: llvm/trunk/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
===================================================================
--- llvm/trunk/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
+++ llvm/trunk/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
@@ -121,7 +121,7 @@
static const MCPhysReg DoubleRegs[32] = {
Sparc::D0, Sparc::D1, Sparc::D2, Sparc::D3,
Sparc::D4, Sparc::D5, Sparc::D6, Sparc::D7,
- Sparc::D8, Sparc::D7, Sparc::D8, Sparc::D9,
+ Sparc::D8, Sparc::D9, Sparc::D10, Sparc::D11,
Sparc::D12, Sparc::D13, Sparc::D14, Sparc::D15,
Sparc::D16, Sparc::D17, Sparc::D18, Sparc::D19,
Sparc::D20, Sparc::D21, Sparc::D22, Sparc::D23,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27342.80068.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/2e575875/attachment.bin>
More information about the llvm-commits
mailing list