From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id 7D6633858D35 for ; Tue, 25 Aug 2020 20:18:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7D6633858D35 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-16-rDh8YNy7MKGFuJ53bYWHJQ-1; Tue, 25 Aug 2020 16:18:51 -0400 X-MC-Unique: rDh8YNy7MKGFuJ53bYWHJQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7EEBB18A2240; Tue, 25 Aug 2020 20:18:50 +0000 (UTC) Received: from ovpn-113-190.phx2.redhat.com (ovpn-113-190.phx2.redhat.com [10.3.113.190]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2A81D5C1DA; Tue, 25 Aug 2020 20:18:50 +0000 (UTC) Message-ID: Subject: Re: [PATCH]Adjust testcase. From: Jeff Law Reply-To: law@redhat.com To: Jakub Jelinek Cc: Hongtao Liu , GCC Patches Date: Tue, 25 Aug 2020 14:18:49 -0600 In-Reply-To: <20200825200115.GA2377@tucnak> References: <20200825200115.GA2377@tucnak> Organization: Red Hat User-Agent: Evolution 3.36.5 (3.36.5-1.fc32) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2020 20:18:57 -0000 On Tue, 2020-08-25 at 22:01 +0200, Jakub Jelinek wrote: > On Tue, Aug 25, 2020 at 01:45:01PM -0600, Jeff Law via Gcc-patches wrote: > > On Tue, 2020-08-18 at 15:18 +0800, Hongtao Liu via Gcc-patches wrote: > > > Hi: > > > Rewriting testcase with cpp source file, then compare operator could > > > be used directly for vector, this would avoid impact of vectorizer. > > > > > > gcc/testsuite/ChangeLog: > > > PR target/96667 > > > * gcc.target/i386/avx512bw-pr96246-1.c: Moved to... > > > * g++.target/i386/avx512bw-pr96246-1.C: ...here. > > > * gcc.target/i386/avx512bw-pr96246-2.c: Moved to... > > > * g++.target/i386/avx512bw-pr96246-2.C: ...here. > > > * gcc.target/i386/avx512vl-pr96246-1.c: Moved to... > > > * g++.target/i386/avx512vl-pr96246-1.C: ...here. > > > * gcc.target/i386/avx512vl-pr96246-2.c: Moved to... > > > * g++.target/i386/avx512vl-pr96246-2.C: ...here. > > > > Shouldn't these go into g++.target/i386? > > They should, but the patch is moving them there and the ChangeLog entry says > that. Good grief. I missed that. This patch is OK ;-) jeff