From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id D58693858D1E for ; Tue, 20 Dec 2022 00:27:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D58693858D1E 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-x630.google.com with SMTP id s7so10666155plk.5 for ; Mon, 19 Dec 2022 16:27:50 -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=0gCPWtYdF5OZCJomNg5BYKJB9l5bcvIKEqhSGPcLI38=; b=HOPmCQ9aLdfVpAaUv0OB4yAwU4GSH53TJkgzk2D0EJu39+xlyTL2Lrxg9MyESZ7GbE yjiWM+kYg6kTCmm9mz8noJVKnucfKsHPpWbudTYPIoAuE9LGIpS+3v2lHiafYKRSMAzo 2o/xpUTeAHDC6j+ZcLZCo+Z/x84LiMQRUHYb98+j/CzyNGJf/B9VJaW/lig79Lgpo/8k ZVCUPg2zsZQde7THyGJKYEWYc6cIcd0HkZqnoE7hDjJQdQyy2vAE2isPB+jBSa9ZQPCI EGHLoQXM0QakKDqHRbs262fWeDG9sS+3wmFypVC97HO0YbTPd6DxO88u+dJ8lH118nOD ijxg== 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=0gCPWtYdF5OZCJomNg5BYKJB9l5bcvIKEqhSGPcLI38=; b=JV58uBQVZHprlJhwnbZRJhm0XvXhEt6Y4+oj+7gJeIbYIexCwSxYXP5Psdk+vsb+Am lzX6a81R0+yfrvgz3i1eAdRhmvEGz+kcRa2P9RYelVRk3uUULHyi3q6H3NwrrBr/AhJm Kl8yjnSi43YtjImMlHB4P/D0Oryhd0P2M5egjZMp+Npjr4DT2WZCe7sVNLYfcQ7IbDre e81+LUuxdgZvGhGvBRDY3Wcz5EIwS/NUi5Xj/LX+uT5OguuSx3qxf8g7hmAbDAunq7rf ApLt9MeszYK3C9Wg+mm+IRKJl4AOjt+B2BCDeAg7C+OM5iOyx5USfAwAbw+zclKNaJ3c mpQA== X-Gm-Message-State: ANoB5pk4YyFm/98qD1cC1iVRZcpEVExnmJjShxM58/tdaOfEh7TYMnBv whlpTI8Inuf0F0Pet4UnVFw= X-Google-Smtp-Source: AA0mqf5LnkPo6VjUdykV6JRRRKeYX3hK/FzCGi/aVsS/2GnLU4+soSTil8Zct2lLlHZ2e/9zShUmlg== X-Received: by 2002:a17:903:3294:b0:189:69cf:9e9e with SMTP id jh20-20020a170903329400b0018969cf9e9emr42013271plb.41.1671496069723; Mon, 19 Dec 2022 16:27:49 -0800 (PST) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id u17-20020a17090341d100b001754fa42065sm7809858ple.143.2022.12.19.16.27.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 19 Dec 2022 16:27:49 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2022 17:27:47 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH] RISC-V: Fix muti-line condition format Content-Language: en-US To: juzhe.zhong@rivai.ai, gcc-patches@gcc.gnu.org Cc: kito.cheng@gmail.com, palmer@dabbelt.com References: <20221219230935.89797-1-juzhe.zhong@rivai.ai> From: Jeff Law In-Reply-To: <20221219230935.89797-1-juzhe.zhong@rivai.ai> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.0 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/19/22 16:09, juzhe.zhong@rivai.ai wrote: > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-vsetvl.cc (vlmax_avl_insn_p): Fix multi-line conditional. > (vsetvl_insn_p): Ditto. > (same_bb_and_before_p): Ditto. > (same_bb_and_after_or_equal_p): Ditto. OK jeff