From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id 1957D384EF53 for ; Fri, 16 Dec 2022 19:53:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1957D384EF53 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-pl1-x62d.google.com with SMTP id l10so3329422plb.8 for ; Fri, 16 Dec 2022 11:53:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=v65RPnB/cfuyS490ZR0MvXts8R2x5sXVdffdUSM/DCk=; b=K/4aGT65v/eKp2RiXsQnrPpkS8sWj//jlT8xoth1m9RvId0it1+frot0bho69U6YCf f5O1lGYtKW+pWClGHCXFRH6mkcAvzKqT3+QVzqffpjpKa4y6NPTrEpDBZ+D9yI3Y20uL vxKFc+rl7dOF+/VMXspO8mDM55BPjN1OfEu4YITV1wn7ViDJKdSdpq/wZFAqcqZ1seAb nKF+2UWkxX576ueZqYFuoS27sJMy1hYF7GePMSoqPRE4npEhNIvxSx0oo1M03JXwI+cP 6gRvsKRhyb9iyjMfNNkpRojuza8CGo0ZVA8wVhqw6w3sK8Z/mPz0BaJsuub8tT3xAiSf fyug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=v65RPnB/cfuyS490ZR0MvXts8R2x5sXVdffdUSM/DCk=; b=HBwWKL+zFUTbtE8nxUAY9C8h4TTV0prf5of/sb9E73lbgaUg0AAzqhWW2RHVQPxf9I 6Sh9Iz71fFjQ8rc8kxRIZDdFzVjryFsLVFILXk5+49jaMwyGRVVc1waZYSf/AKHlVcEk ZGt9eTBvDvyMoqxLi5LW6HJmSlakMpNOfuvHY4Sge57wkbWT9h2Bruf5Q77niTyoC1b6 8K5jMi6wn1djj5CkJQWTXHttbc5yK+soxj1sufaPQOc2ZTOdmwM/ZYuS7UDIpl4iGKg5 NBF04q/uyYzAFOo2pejrz6fx6A3qmnmf/CUpo1zimRRLjWh10p98Q9cLk8RZeqkX0CCT JGXQ== X-Gm-Message-State: ANoB5pn/RnHpy8rPCU3WuArbksMTcBTSzXr1AzIB+ki9N35jhg3y+2FB yYa3ryP9wKE5KGCTtqGUpmUBdcuUiJg= X-Google-Smtp-Source: AA0mqf7BLtlvPoMiUvbogE8BOX8IqA6+dhXDnYbJxUHMYK96lMx77Wo69rQjeCOVd1JeaJrG30QJ/g== X-Received: by 2002:a17:902:ab0b:b0:189:5f5c:da1e with SMTP id ik11-20020a170902ab0b00b001895f5cda1emr36212749plb.27.1671220424105; Fri, 16 Dec 2022 11:53:44 -0800 (PST) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id u3-20020a170902e80300b00189529ed580sm2033565plg.60.2022.12.16.11.53.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 16 Dec 2022 11:53:43 -0800 (PST) Message-ID: <3e604bc2-4ce3-c665-a6c5-549785b8afe5@gmail.com> Date: Fri, 16 Dec 2022 12:53:42 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH] RISC-V: Fix annotation Content-Language: en-US To: juzhe.zhong@rivai.ai, gcc-patches@gcc.gnu.org Cc: kito.cheng@gmail.com, palmer@dabbelt.com References: <20221214083902.169785-1-juzhe.zhong@rivai.ai> From: Jeff Law In-Reply-To: <20221214083902.169785-1-juzhe.zhong@rivai.ai> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,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: On 12/14/22 01:39, juzhe.zhong@rivai.ai wrote: > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-vsetvl.cc: Fix annotation. Just roll this into the patch that adds riscv-vsetvl.cc. jeff