[PATCH] D157472: [RISCV] Fix rlist grammar for cm.push, cm.popret, cm.popretz and cm.pop in RISCV zcmp Extension

Kiva Oyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 10:06:49 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa98f374eea31: [RISCV] Fix rlist grammar for cm.push, cm.popret, cm.popretz and cm.pop in… (authored by imkiva).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157472/new/

https://reviews.llvm.org/D157472

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoZc.td


Index: llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
@@ -131,7 +131,7 @@
 
 class RVInstZcCPPP<bits<5> funct5, string opcodestr>
     : RVInst16<(outs), (ins rlist:$rlist, spimm:$spimm),
-               opcodestr, "{$rlist}, $spimm", [], InstFormatOther> {
+               opcodestr, "$rlist, $spimm", [], InstFormatOther> {
   bits<4> rlist;
   bits<16> spimm;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157472.550006.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/6a76919b/attachment.bin>


More information about the llvm-commits mailing list