[PATCH] D88142: fix a mistake in RISCVInstrInfoV.td
Sunny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 08:17:36 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2de693756fef: [RISCV] fix a mistake in RISCVInstrInfoV.td (authored by achieveartificialintelligence).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88142/new/
https://reviews.llvm.org/D88142
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoV.td
Index: llvm/lib/Target/RISCV/RISCVInstrInfoV.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoV.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoV.td
@@ -216,7 +216,7 @@
(ins VRegOp:$vs1, VRegOp:$vs2, VMaskOp:$vm),
opcodestr, "$vd, $vs1, $vs2$vm">;
-// op vd, vs1, vs2
+// op vd, vs2, vs1
class VALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
: RVInstVV<funct6, opv, (outs VRegOp:$vd),
(ins VRegOp:$vs2, VRegOp:$vs1),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88142.298390.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201015/bb425a7c/attachment.bin>
More information about the llvm-commits
mailing list