From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x433.google.com (mail-pf1-x433.google.com [IPv6:2607:f8b0:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id DC6293AA941D for ; Sun, 18 Sep 2022 08:47:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DC6293AA941D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dabbelt.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dabbelt.com Received: by mail-pf1-x433.google.com with SMTP id l65so25290177pfl.8 for ; Sun, 18 Sep 2022 01:47:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dabbelt-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:to:from :in-reply-to:subject:date:from:to:cc:subject:date; bh=u6yB9glk0jZt35RBfTBpUM2zeo3w2IsBV20ydsFaW30=; b=ottapZn2WjrFAyz+gT6iHAgWg8CLrVkuicD2NNm3DzLrByUVIbLasv+MXP3btKqsK8 60wkK3q5g7hFKvefJSKyIJKxoibZpYy00n2PSOFVhNeMwf0pgAgLC4tunzky1YUxKQ1H 24SLClS7efgFwNE+j8tBCTmfBN4PNAn6BvsxqyclzFy3HOjmHfz6/Uyff/ZyKfKQUlAK nhWCWUv14Mis7HKO+LWfpsrIaRHN7I+v47m9hcEjlZLuBEdatOJxkiIMVscXpRh3RUHP O+x7fpVO5r8JYnEQMGveVfoKw+MQwEIXhtXK+zoeWuvjTYdHJylRJrCuVA5obZbFAb0S xt1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:to:from :in-reply-to:subject:date:x-gm-message-state:from:to:cc:subject:date; bh=u6yB9glk0jZt35RBfTBpUM2zeo3w2IsBV20ydsFaW30=; b=3ZtSDyVFGL56MO/C1h1oY1K6VK6iXZmJ36RCuu2b6Fw+Ag4dIN6KtRrqLbgGCAGUCT 5XfwbvLUD9/fkrfQcpRORJG6UQpNOWYzkVvMhAd3hCGY5ewK0Q0vdyh0Xovd62/2XrH4 ePhcE4eYxu0WWoAs9meNpK65206Vrl507S5q6aBnutN77OBZ+5fIjLq3JZjuAf+rdiL9 YROkLyTMbgeSZBDZggvIy3KIYIHrePk34XlE2oBmh0Lopb+Q1qZfwUSDN08XYrvOxbhk qZElqN/GEm37SIOniUJG46ewPUUsJnNAXW32Bj3xurvo5h1KYTtaFyrbgzIt5tB6RciP sOxQ== X-Gm-Message-State: ACrzQf1uX8TX4Xg4G3cjTsvew+RgZg1LFqp3ZVEWyIiD7jTDXYSx4asq WJgsxF98DUMlVp67FdAC6LTL3SkhAZWxSoWJ4tfIPg== X-Google-Smtp-Source: AMsMyM4O0Crab+kVM4CZLpll8eMQxjML7s8h+hSyJMfppNKhmlZEXer5HL3/jDQaSdyhSIsBS1l5nw== X-Received: by 2002:a05:6a02:304:b0:439:6e0b:6159 with SMTP id bn4-20020a056a02030400b004396e0b6159mr11387866pgb.218.1663490861606; Sun, 18 Sep 2022 01:47:41 -0700 (PDT) Received: from localhost (vpn-konference.ms.mff.cuni.cz. [195.113.20.101]) by smtp.gmail.com with ESMTPSA id o3-20020a17090a678300b001fb47692333sm4315754pjj.23.2022.09.18.01.47.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Sep 2022 01:47:41 -0700 (PDT) Date: Sun, 18 Sep 2022 01:47:41 -0700 (PDT) X-Google-Original-Date: Sun, 18 Sep 2022 01:47:12 PDT (-0700) Subject: Re: [PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c In-Reply-To: <20220903012810.23834-1-palmer@rivosinc.com> From: Palmer Dabbelt To: gcc-patches@gcc.gnu.org Message-ID: Mime-Version: 1.0 (MHng) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,GIT_PATCH_0,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 Fri, 02 Sep 2022 18:28:10 PDT (-0700), Palmer Dabbelt wrote: > We don't yet support vectorization on RISC-V. > > gcc/testsuite/ChangeLog > > * gcc.dg/tree-ssa/gen-vect-34.c: Skip RISC-V targets. > --- > gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c > index 8d2d36401fe..41877e05efd 100644 > --- a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c > +++ b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c > @@ -13,4 +13,4 @@ float summul(int n, float *arg1, float *arg2) > return res1; > } > > -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* } } } } } */ > +/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* riscv*-*-* } } } } } */ Committed.