[PATCH] D94750: [NFC][RISCV] Remove useless code in RISCVRegisterInfo.td.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 04:09:16 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG619eb1477599: [NFC][RISCV] Remove useless code in RISCVRegisterInfo.td. (authored by HsiangKai).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94750

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


Index: llvm/lib/Target/RISCV/RISCVRegisterInfo.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVRegisterInfo.td
+++ llvm/lib/Target/RISCV/RISCVRegisterInfo.td
@@ -383,10 +383,6 @@
   def VXRM   : RISCVReg<0, "vxrm", ["vxrm"]>;
 }
 
-class RegisterTypes<list<ValueType> reg_types> {
-  list<ValueType> types = reg_types;
-}
-
 class VReg<list<ValueType> regTypes, dag regList, int Vlmul>
   : RegisterClass<"RISCV",
                   regTypes,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94750.316900.patch
Type: text/x-patch
Size: 497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/fb09a632/attachment.bin>


More information about the llvm-commits mailing list