public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: liuhongt <hongtao.liu@intel.com>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] Adjust testcase for O2 vectorization enabling
Date: Mon, 11 Oct 2021 10:10:47 +0800	[thread overview]
Message-ID: <20211011021047.66652-1-hongtao.liu@intel.com> (raw)
In-Reply-To: <CAMe9rOodeqm3rnyEHFs5XrTC-hiJApGsBSpzmxnm+Led6vyoAQ@mail.gmail.com>

libgomp/ChangeLog:

	* testsuite/libgomp.graphite/force-parallel-8.c: Add -fno-tree-vectorize.
---
 libgomp/testsuite/libgomp.graphite/force-parallel-8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgomp/testsuite/libgomp.graphite/force-parallel-8.c b/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
index f9e07039172..0f3d138cebd 100644
--- a/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
+++ b/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
@@ -1,4 +1,4 @@
-/* { dg-additional-options "-fdisable-tree-thread1 -fdisable-tree-vrp-thread1" } */
+/* { dg-additional-options "-fdisable-tree-thread1 -fdisable-tree-vrp-thread1 -fno-tree-vectorize" } */
 
 #define N 1500
 
-- 
2.18.1


  reply	other threads:[~2021-10-11  2:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-09  4:55 [PATCH] Adjust more testcases " liuhongt
2021-10-09 21:36 ` H.J. Lu
2021-10-11  2:10   ` liuhongt [this message]
2021-10-11  2:22     ` [PATCH] Adjust testcase " Kewen.Lin
2021-10-11  2:39       ` Hongtao Liu
2021-10-11  9:28 ` [PATCH] Adjust more testcases " Jakub Jelinek
2021-10-11 12:15   ` [PATCH] vectorizer: Fix up -fsimd-cost-model= handling Jakub Jelinek
2021-10-11 12:24     ` Richard Biener
2021-10-11 12:27     ` Hongtao Liu
2021-10-11  5:19 [PATCH] Adjust testcase for O2 vectorization enabling liuhongt
2021-10-11 12:09 ` H.J. Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211011021047.66652-1-hongtao.liu@intel.com \
    --to=hongtao.liu@intel.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).