[PATCH] D150350: [RISCV][NFC] Remove unused class defination.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 19:07:41 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGad163a69e6f1: [RISCV][NFC] Remove unused class defination. (authored by jacquesguan).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150350

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


Index: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -4410,16 +4410,6 @@
   }
 }
 
-multiclass VPatUnaryV_V_AnyMask<string intrinsic, string instruction,
-                                list<VTypeInfo> vtilist> {
-  foreach vti = vtilist in {
-    def : VPatUnaryAnyMask<intrinsic, instruction, "VM",
-                           vti.Vector, vti.Vector, vti.Mask,
-                           vti.Log2SEW, vti.LMul, vti.RegClass,
-                           vti.RegClass>;
-  }
-}
-
 multiclass VPatUnaryV_V_AnyMask_E<string intrinsic, string instruction,
                                   list<VTypeInfo> vtilist> {
   foreach vti = vtilist in {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150350.521531.patch
Type: text/x-patch
Size: 824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230512/1c36339c/attachment.bin>


More information about the llvm-commits mailing list