From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id CCCED3858D33 for ; Thu, 19 Oct 2023 07:10:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CCCED3858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CCCED3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=195.135.220.29 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697699454; cv=none; b=kI3STnDxSfH5T9rszPkNrXnTZnKhexvm9qsAfkeCZFUaduN6gELH/6B2+lSZ27bYs4YfLQTFS2oR0+cApZfIizNjs4vxG8bzwprf/rYRtQ0hkqTVxWLPjTY6yIriBBiHziuKF0DfB2z28WplbAsTBL5HoXQhn13u/TKpsUIstUU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697699454; c=relaxed/simple; bh=SZ1SotjfOTmottzbJNLrPLRBEncDdSSjPOGgWhI7lQc=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=ECQHxa06ErfQWZcgbIn52G+9CRUlG+LAM7TjLULHCoUoGuSRpgyA0kR7NZW4i/nZbCfLjRv/OPRvxb03aTlwB39iofYy1iwt2L1nySmStwmMlHVJhVrai1lv3sIvLijCSYJeU/YoLVOZt2VPYUYXii+L9JMUHW5OdZaKU557vWc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 00B2F1FD91; Thu, 19 Oct 2023 07:10:52 +0000 (UTC) Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id BCACE2C486; Thu, 19 Oct 2023 07:10:51 +0000 (UTC) Date: Thu, 19 Oct 2023 07:10:51 +0000 (UTC) From: Richard Biener To: "Andre Vieira (lists)" cc: "gcc-patches@gcc.gnu.org" , Richard Sandiford , "jakub@redhat.com" Subject: Re: [PATCH 0/8] omp: Replace simd_clone_subparts with TYPE_VECTOR_SUBPARTS In-Reply-To: Message-ID: References: <73b53052-c3a4-4028-2836-ade419431eda@arm.com> User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Level: Authentication-Results: smtp-out2.suse.de; none X-Rspamd-Server: rspamd2 X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Spam-Score: -4.00 X-Rspamd-Queue-Id: 00B2F1FD91 X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,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 Wed, 18 Oct 2023, Andre Vieira (lists) wrote: > > Refactor simd clone handling code ahead of support for poly simdlen. OK. Richard. > gcc/ChangeLog: > > * omp-simd-clone.cc (simd_clone_subparts): Remove. > (simd_clone_init_simd_arrays): Replace simd_clone_supbarts with > TYPE_VECTOR_SUBPARTS. > (ipa_simd_modify_function_body): Likewise. > * tree-vect-stmts.cc (vectorizable_simd_clone_call): Likewise. > (simd_clone_subparts): Remove. > -- Richard Biener SUSE Software Solutions Germany GmbH, Frankenstrasse 146, 90461 Nuernberg, Germany; GF: Ivo Totev, Andrew McDonald, Werner Knoblich; (HRB 36809, AG Nuernberg)