From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 67A91385770B for ; Fri, 15 Sep 2023 22:51:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 67A91385770B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qhHec-000423-Sv for gcc-patches@gcc.gnu.org; Sat, 16 Sep 2023 00:51:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gcc-patches@gcc.gnu.org From: Edwin Lu Subject: Re: [Committed] RISC-V: Finish Typing Un-Typed Instructions and Turn on Assert Date: Fri, 15 Sep 2023 15:51:00 -0700 Message-ID: <5623258a-c2d4-4404-8d57-d326063eb6dc@rivosinc.com> References: <20230911225308.2275313-1-ewlu@rivosinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla Thunderbird Cc: gnu-toolchain@rivosinc.com Content-Language: en-US In-Reply-To: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,BODY_8BITS,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Message-ID: <20230915225100.dgefQzgaiCfBmmJRmM53MbUnkQILqhfHzpBZhHEKZDU@z> On 9/11/2023 5:49 PM, Jeff Law via Gcc-patches wrote: > > > On 9/11/23 16:52, Edwin Lu wrote: >> Updates autovec instruction that was added after last patch and turns >> on the >> assert statement to ensure all new instructions have a type. >> >>     * config/riscv/autovec-opt.md: Update type >>     * config/riscv/riscv.cc (riscv_sched_variable_issue): Remove assert > "Remove assert" -> "Enable assert."  We're removing the #if 0 guard, not > the assert itself :-) > > OK with the ChangeLog fixed. > jeff > Forgot to update but committed. Edwin