[llvm] [RISCV] Remove duplicate pattern in RISCVInstrInfoVPseudos.td (PR #67436)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 07:36:33 PDT 2023


https://github.com/4vtomat created https://github.com/llvm/llvm-project/pull/67436

None

>From bc2bd9e41b85e5880c144424a5e4f20b132f2410 Mon Sep 17 00:00:00 2001
From: Brandon Wu <brandon.wu at sifive.com>
Date: Tue, 26 Sep 2023 07:35:32 -0700
Subject: [PATCH] [RISCV] Remove duplicate pattern in RISCVInstrInfoVPseudos.td

---
 llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index 3ce912d98a7ecc1..d100ae363a35755 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -7461,10 +7461,6 @@ defm : VPatBinaryV_VV_INT_EEW<"int_riscv_vrgatherei16_vv", "PseudoVRGATHEREI16",
 // 16.5. Vector Compress Instruction
 //===----------------------------------------------------------------------===//
 defm : VPatUnaryV_V_AnyMask<"int_riscv_vcompress", "PseudoVCOMPRESS", AllIntegerVectors>;
-defm : VPatUnaryV_V_AnyMask<"int_riscv_vcompress", "PseudoVCOMPRESS", AllIntegerVectors>;
-defm : VPatUnaryV_V_AnyMask<"int_riscv_vcompress", "PseudoVCOMPRESS", AllIntegerVectors>;
-defm : VPatUnaryV_V_AnyMask<"int_riscv_vcompress", "PseudoVCOMPRESS", AllFloatVectors>;
-defm : VPatUnaryV_V_AnyMask<"int_riscv_vcompress", "PseudoVCOMPRESS", AllFloatVectors>;
 defm : VPatUnaryV_V_AnyMask<"int_riscv_vcompress", "PseudoVCOMPRESS", AllFloatVectors>;
 
 // Include the non-intrinsic ISel patterns



More information about the llvm-commits mailing list