[llvm] 2153eb3 - [RISCV] Remove duplicate pattern in RISCVInstrInfoVPseudos.td (#67436)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 00:06:13 PDT 2023


Author: Brandon Wu
Date: 2023-09-27T15:06:08+08:00
New Revision: 2153eb37c0677f2e2fbc046def01fd0ac0082eaa

URL: https://github.com/llvm/llvm-project/commit/2153eb37c0677f2e2fbc046def01fd0ac0082eaa
DIFF: https://github.com/llvm/llvm-project/commit/2153eb37c0677f2e2fbc046def01fd0ac0082eaa.diff

LOG: [RISCV] Remove duplicate pattern in RISCVInstrInfoVPseudos.td (#67436)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index 0c76e36daf72033..b36ec6f4313afc0 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -7453,10 +7453,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