From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by sourceware.org (Postfix) with ESMTPS id C69763858284 for ; Thu, 2 Feb 2023 14:36:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C69763858284 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-x633.google.com with SMTP id h9so1980771plf.9 for ; Thu, 02 Feb 2023 06:36:51 -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=eCpprJm3Ce3vnk1Q53Yi6AWDf0I0rAP5sItzwbie3HY=; b=iLrFah9AcebjZ/4+20ffzHW1z0aqZeWYLkvkOeqGFk5FiFiK1Zu68HskbNSonhFntp LRe/5Wx62/4kiLy9nmFXHJqKUlZ/VhM08ZhwvVi4kHDe/H/81aFsC2Lj03WSu8CzOJAP J2FI8RKnd+nOw4IGVkeZwdXnA4Lj/nhwNnWjhgz9qQdlLaNWtbnQYPa43j1TcU5P9fI8 MLy/Fy9vRfO2Z5rz+b24oPlGn7Z1O9wxLfrfPnwyk7cZwaLkjaIxP09cehifx3y7rHpn ypk3VXe03kIIKcjMHi6R8Te/WL/CLebfQZtnB++ZwtxQbEirZb26Ho0BtkzsI27VvvxA OxUQ== 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=eCpprJm3Ce3vnk1Q53Yi6AWDf0I0rAP5sItzwbie3HY=; b=FoiT0Kp7S959hZP1zCmghrdYwxq2DN633qstwCrb4BR/dH4LFBXsn9AXlnrNJ2LR9H h3WZLkQpsCHg9XZbkn1/GGtvXEghPNnRMqgVX6ySCG5LOHtv12qZGz3qN+vT0MlAPrCw RDIXTeDFewnQO1ya+0cbjavn/kawnkVdzRUj0EN3eSEHQabup/bR1c5/zODJNhR1Msvo a9e9yVwFUJSa/vNtes/aHmLtCmKBSIE6aTAakEaQS0gBVoEVGJS5oOOcr0DNUhpzjz6i eNi/GNQkQ3lBx5wHiqEUxYdDYVtbmZa7Hk8GLijU/hhC2VZt1KN5IjRdJrKYkVLOQ4LX cdsA== X-Gm-Message-State: AO0yUKVWhBSR27mF+iwLXYhiHew7FO0V7Gh8XUE7wNnHQbBelDuO8Ouh IQ+LEfho7UBrlcuXydI+cVw+yk5HQ6I= X-Google-Smtp-Source: AK7set9zVWtrElRHN4Btjb2TcRSuYGbDYjEJRrh7NmXOCRUuBjWliinC+444CUXUmqhRQ0YjTfOirw== X-Received: by 2002:a17:902:cec1:b0:196:88e0:ea1a with SMTP id d1-20020a170902cec100b0019688e0ea1amr7546241plg.47.1675348610743; Thu, 02 Feb 2023 06:36:50 -0800 (PST) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id c16-20020a170903235000b001783f964fe3sm13774512plh.113.2023.02.02.06.36.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 06:36:50 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2023 07:36:49 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH] CPROP: Allow cprop optimization when the function has a single block Content-Language: en-US To: "juzhe.zhong@rivai.ai" , rguenther Cc: gcc-patches , "kito.cheng" , "richard.sandiford" , apinski References: <2E16F446920AC99F+2023020120563582688674@rivai.ai> <0CEDD257-703F-4ED3-B927-C21279557CE6@gmail.com> From: Jeff Law In-Reply-To: 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 2/2/23 05:35, juzhe.zhong@rivai.ai wrote: > Thank you so much. Kito helped me fix it already. > RVV instruction patterns can have CSE optimizations now. What was the issue? jeff