From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id B271D3858D33 for ; Fri, 15 Sep 2023 22:51:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B271D3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-pf1-x432.google.com with SMTP id d2e1a72fcca58-68fbb10dec7so2467246b3a.3 for ; Fri, 15 Sep 2023 15:51:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20230601.gappssmtp.com; s=20230601; t=1694818267; x=1695423067; darn=gcc.gnu.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:newsgroups:cc:to:subject:user-agent:mime-version:date :message-id:from:to:cc:subject:date:message-id:reply-to; bh=ke2HciWw4JNKgWU52qQOj1clFMm5hxEdn+h/3QB9Nlk=; b=Cm+lDcIOqx0a6FEVQhF0Qj+CUTiw8miaUYSh2NXgvNw3Y4MH8829ADgW7Rhy6uhzVz I70NgQTj5NoMFP0n718i6+BbRx41hAPUWIpx0ZW15xo5TJTBtYJOex0m9ZlefZjGMUIr TI2zlZSCdfDslHBisX/GCAR8QfidN7aBCuc9bAdHEbCzH9DNuHMlqpkw2zWIz8vcFRMd LZpt0Z+1H3Cq/cyFjpT0+eK9oiWfBpKm0626ixlPoJlMPozidFZOYXpEfyyssOy7L8qH e099mjQbm98Xl5F1XV8UpLZPEDbuftriK5IFfDIG2XWimFyjcF68sOY2yUctazgjzEUQ 3k8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694818267; x=1695423067; h=content-transfer-encoding:in-reply-to:from:content-language :references:newsgroups:cc:to:subject:user-agent:mime-version:date :message-id:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=ke2HciWw4JNKgWU52qQOj1clFMm5hxEdn+h/3QB9Nlk=; b=C/vzIcMICFUlQhOZqZs1BMiWZLpuVsE6ib/o/Il40dGs/DrL4C2Lj131TxlPOlPEbM A2Owob1iXWKD0anGU5NyjM6KzMS9HTcbGm6UhB3Mnydkekun6NGq07rOiPe2694rs3v0 DWRroFg610E3gVtd+IgfU4YzlZdIV9Gm5JebDZoddbCrc0JkzcEcbKb63cw6oe9i6rcD jIKaM/NI1HYhCwPJ5FcbVnN0PjlJBycB3LTA7Dc6+82gZ6BKGROSCzL1ZKPFyV8xC3Wv H3bZ9qnl8L6tQheRuspkWYYmk6I8CEPR6SvHsMTUkVOgUZCJ39+c5nOgmqfVTiS2XTH8 NqoA== X-Gm-Message-State: AOJu0YzKloTA57b4JEKW6Ky5VYdvK6Jnaaon4H1XvxKWrrV3egbemmdY +UOhAUOysiY4RI+JPw4DyxZwfg== X-Google-Smtp-Source: AGHT+IHEfYFaqW9qRjHCeigfabo1ogfYZum8B2mmZK/ZpLtgow7xSqI5Kxthy0qOQ/ABdGtM9FT23Q== X-Received: by 2002:a05:6a00:84a:b0:68e:4a09:2d29 with SMTP id q10-20020a056a00084a00b0068e4a092d29mr3475507pfk.22.1694818267627; Fri, 15 Sep 2023 15:51:07 -0700 (PDT) Received: from [10.0.16.63] ([50.221.140.188]) by smtp.gmail.com with ESMTPSA id 13-20020aa7914d000000b006829969e3b0sm3428858pfi.85.2023.09.15.15.51.07 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 15 Sep 2023 15:51:07 -0700 (PDT) Message-ID: <5623258a-c2d4-4404-8d57-d326063eb6dc@rivosinc.com> Date: Fri, 15 Sep 2023 15:51:00 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [Committed] RISC-V: Finish Typing Un-Typed Instructions and Turn on Assert To: Jeff Law , gcc-patches@gcc.gnu.org Cc: gnu-toolchain@rivosinc.com Newsgroups: gmane.comp.gcc.patches References: <20230911225308.2275313-1-ewlu@rivosinc.com> Content-Language: en-US From: Edwin Lu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,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 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 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