[PATCH] D137694: [RISCV] Add OPCFG format of vector

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 21:08:38 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe80e65dec335: [RISCV] Add OPCFG format of vector. NFC (authored by craig.topper).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137694

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


Index: llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
+++ llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
@@ -20,6 +20,7 @@
 def OPIVX : RISCVVFormat<0b100>;
 def OPFVF : RISCVVFormat<0b101>;
 def OPMVX : RISCVVFormat<0b110>;
+def OPCFG : RISCVVFormat<0b111>;
 
 class RISCVMOP<bits<2> val> {
   bits<2> Value = val;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137694.474655.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221111/e97b539c/attachment.bin>


More information about the llvm-commits mailing list