From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id B4CBA3858D33 for ; Fri, 3 Mar 2023 05:39:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B4CBA3858D33 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1677821949; bh=7F/Aap5S4pveuLd2rmLMMOcO2q7PsJHSbrXPsO5dgWc=; h=Subject:From:To:Date:In-Reply-To:References:From; b=BjghOYJCALUCT5Ryo/wBgl8gTqdvjIL74BGpX6TYCKGL16DjsHZlk8zqaiDcRn9Pk vhPDs4pfwM2C6mpaXjDcSdO2yYVlnknT3xUK31gOS5eOM+EcKkIUKBxMYUOwlYXGHj Cx7wPXMczdSBSJI8L/j1NkXKSnHzoqYB2Gdw74n8= Received: from [IPv6:240e:358:119e:ad00:dc73:854d:832e:5] (unknown [IPv6:240e:358:119e:ad00:dc73:854d:832e:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id CA47965B04; Fri, 3 Mar 2023 00:39:07 -0500 (EST) Message-ID: Subject: Re: [PATCH 01/07] RISC-V: Add auto-vectorization support From: Xi Ruoyao To: Michael Collison , gcc-patches Date: Fri, 03 Mar 2023 13:39:02 +0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,LIKELY_SPAM_FROM,SPF_HELO_PASS,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: Please don't use the same title for all the patches. This will puzzle people running "git log" once they are committed. And when you send 01-07, use "reply" instead of "new" so they will show up in the correct location in a mail client. Or use git send-email which is much eaiser to use. On Thu, 2023-03-02 at 23:52 -0500, Michael Collison wrote: > This patch adds foundational support in the form of: >=20 > 1. New predicates >=20 > 2. New function prototypes >=20 > 3. Exporting emit_vlmax_vsetvl to global scope >=20 > 4. Add a new command line option -mriscv_vector_lmul >=20 > gcc/ChangeLog: >=20 > =C2=A0=C2=A0=C2=A0=C2=A0 * config/riscv/riscv-protos.h (riscv_classify_vl= mul_field): The change log entries should be indented with one tab, not some whitespaces. --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University