[PATCH] D155791: [RISCV] Remove unused Opcode field from RVInst16. NFC

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 08:18:56 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG09174c085389: [RISCV] Remove unused Opcode field from RVInst16. NFC (authored by craig.topper).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155791

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


Index: llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
+++ llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
@@ -20,8 +20,6 @@
   // to build the decode table.
   field bits<16> SoftFail = 0;
   let Size = 2;
-
-  bits<2> Opcode = 0;
 }
 
 class RVInst16CR<bits<4> funct4, bits<2> opcode, dag outs, dag ins,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155791.542541.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/f3d3174d/attachment.bin>


More information about the llvm-commits mailing list