From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2093) id EC5ED3858D20; Sat, 28 Jan 2023 03:17:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC5ED3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674875833; bh=aswhkq5GbEDsYOPV1zyRdDV/safzs0rySVf1f4C/6Qo=; h=From:To:Subject:Date:From; b=o7SGJ3S/VcWnRL1oN+5tko6tGDiZZGOZlmQt2k04Us/0Os74yMD06SIpmPaOBY8BG AENWr4rcoubgU1zBwTAynBK1UEIZOeIGFYvR3H8kXtW/zqW3wLgBRFXmbbYFqjL5cZ /watqVxvakGk5hB+4cTlTbGxhpqugtUuSUxAEw9E= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Kito Cheng To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5466] RISC-V: Remove redundant attributes [NFC] X-Act-Checkin: gcc X-Git-Author: Ju-Zhe Zhong X-Git-Refname: refs/heads/master X-Git-Oldrev: f963705752e9d0b79a340788166269af417e344e X-Git-Newrev: 43122c45607afb1d599a2c81484cdbc7d28ac830 Message-Id: <20230128031713.EC5ED3858D20@sourceware.org> Date: Sat, 28 Jan 2023 03:17:13 +0000 (GMT) List-Id: https://gcc.gnu.org/g:43122c45607afb1d599a2c81484cdbc7d28ac830 commit r13-5466-g43122c45607afb1d599a2c81484cdbc7d28ac830 Author: Ju-Zhe Zhong Date: Sat Jan 28 06:57:14 2023 +0800 RISC-V: Remove redundant attributes [NFC] gcc/ChangeLog: * config/riscv/vector.md (tail_policy_op_idx): Remove. (mask_policy_op_idx): Remove. (avl_type_op_idx): Remove. Diff: --- gcc/config/riscv/vector.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/gcc/config/riscv/vector.md b/gcc/config/riscv/vector.md index 8c60eb20d72..4319266974d 100644 --- a/gcc/config/riscv/vector.md +++ b/gcc/config/riscv/vector.md @@ -208,26 +208,6 @@ (const_int 4)] (const_int INVALID_ATTRIBUTE))) -;; The index of operand[] to get the tail policy op. -(define_attr "tail_policy_op_idx" "" - (cond [(eq_attr "type" "vlde,vste,vimov,vfmov,vlds") - (const_int 5)] - (const_int INVALID_ATTRIBUTE))) - -;; The index of operand[] to get the mask policy op. -(define_attr "mask_policy_op_idx" "" - (cond [(eq_attr "type" "vlde,vste,vlds") - (const_int 6)] - (const_int INVALID_ATTRIBUTE))) - -;; The index of operand[] to get the mask policy op. -(define_attr "avl_type_op_idx" "" - (cond [(eq_attr "type" "vlde,vlde,vste,vimov,vimov,vimov,vfmov,vlds,vlds") - (const_int 7) - (eq_attr "type" "vldm,vstm,vimov,vmalu,vmalu") - (const_int 5)] - (const_int INVALID_ATTRIBUTE))) - ;; The tail policy op value. (define_attr "ta" "" (cond [(eq_attr "type" "vlde,vimov,vfmov,vlds")