From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe35.google.com (mail-vs1-xe35.google.com [IPv6:2607:f8b0:4864:20::e35]) by sourceware.org (Postfix) with ESMTPS id 73ECB3851366 for ; Mon, 19 Dec 2022 15:07:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 73ECB3851366 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-vs1-xe35.google.com with SMTP id 3so8945483vsq.7 for ; Mon, 19 Dec 2022 07:07:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=aYdEKaYJLVUA50HqYeK0MOw4Hs8vw974ALu8PHNX/uo=; b=Gv0YRSdEeMFPkrqsvLL7MkEA3I/D4GXYloH4Ec9ZWla9icPWrHhGZPF6AMQrwkmc6X SXSowyEbErIVQvh4aybX3dYP7Ppepuo0Ih8bNZNG4jsazQV/+cSYhxRpXaRl6LHe5xMU 5OIlMhfF6adhdrHBNNjZD4DsXzoYe5N6gfMuzfOsTqK/z0Y7WuOBxxz1Hdei+WKYAFCD UsykpWzKHjuAxbbY4qOvOoUp7hchhAcMGmRdb0GU9jPyuLVqOMQsJXzSGtlp85mtrlOB 36HGCZ6EUxKMkHeVu2r9ja7OG68WT509eaTJ9esY/QGwlz5pivCl8UBDKMbluAgicQGj vzbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=aYdEKaYJLVUA50HqYeK0MOw4Hs8vw974ALu8PHNX/uo=; b=oloXR/bQu5UfF3Wmb/w128qSCfI94T9Xc95alRhLaz2ULoUlz4sP1yeahD1ebk1nL5 VKiDRk5nSy7URRG5FI6mhnilLDB/VpEfMq+xjsufAFOn0X+MjUIlt07qZneLVmpon8/b apsk2+LkWERdrubasoEq0faoFFAvMY/4vF0U6K02Jx6WItzbxAgw78LHBXXDc7b8dP7a pO4D+3wgi4+5VAMVR9q0y1Kt1V11phacd/8UucgRnfQqqoUnEuLK8qLlqW/V0ZGC8g3V LSOcUoD1uDIN06y70b1YJPqJEIMJAR9ScETZKYbFo8qkL2WNALgn7pNAo9KXbT52WVuG KYwA== X-Gm-Message-State: ANoB5plD3NlXaqLb8nt2JkGKr2/BPJQxA6z9IEzhIig+WJDQ244jFZKl Sdh2MPkQCfhKHyAKrDuN7gbadghtutxQNrR5yKg= X-Google-Smtp-Source: AA0mqf5v0aqFNVLjFONoMpzehHK4HaFNVsLF4MUxHNFKeO9wL/VjhE+mc38zMlY6n9qZsw3cHfAYOWGJ/80/9Hkqc6Q= X-Received: by 2002:a67:f2c4:0:b0:3b0:f932:5a40 with SMTP id a4-20020a67f2c4000000b003b0f9325a40mr21717555vsn.30.1671462433571; Mon, 19 Dec 2022 07:07:13 -0800 (PST) MIME-Version: 1.0 References: <20221214085148.229220-1-juzhe.zhong@rivai.ai> In-Reply-To: From: Kito Cheng Date: Mon, 19 Dec 2022 23:07:00 +0800 Message-ID: Subject: Re: [PATCH] RISC-V: Remove unused redundant vector attributes To: Jeff Law Cc: =?UTF-8?B?6ZKf5bGF5ZOy?= , GCC Patches , Palmer Dabbelt Content-Type: multipart/alternative; boundary="0000000000009bc9a905f02facb0" X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000009bc9a905f02facb0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Commited Jeff Law via Gcc-patches =E6=96=BC 2022=E5=B9=B41= 2=E6=9C=8817=E6=97=A5 =E9=80=B1=E5=85=AD 03:55 =E5=AF=AB=E9=81=93=EF=BC=9A > > > On 12/14/22 01:51, juzhe.zhong@rivai.ai wrote: > > From: Ju-Zhe Zhong > > > > I found that I forgot to remove these redundant attributes. > > Sorry about that. > > > > gcc/ChangeLog: > > > > * config/riscv/vector.md (): Remove redundant attributes. > OK. > jeff > > --0000000000009bc9a905f02facb0--