public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-9251] Enable scatter for generic
@ 2023-03-14 8:48 Jan Hubicka
0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2023-03-14 8:48 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:27e02e9fc388d7dc86ec10bedc6b8f13ec94725a
commit r12-9251-g27e02e9fc388d7dc86ec10bedc6b8f13ec94725a
Author: Jan Hubicka <jh@suse.cz>
Date: Mon Mar 6 11:08:26 2023 +0100
Enable scatter for generic
2023-03-06 Jan Hubicka <hubicka@ucw.cz>
PR target/108429
* config/i386/x86-tune.def (X86_TUNE_USE_SCATTER_2PARTS): Enable for
generic.
(X86_TUNE_USE_SCATTER_4PARTS): Likewise.
(X86_TUNE_USE_SCATTER): Likewise.
(cherry picked from commit b83acefb0409056b566133f66843ead6c04b8474)
Diff:
---
gcc/config/i386/x86-tune.def | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gcc/config/i386/x86-tune.def b/gcc/config/i386/x86-tune.def
index 9f15ae7bb2e..78d815c32db 100644
--- a/gcc/config/i386/x86-tune.def
+++ b/gcc/config/i386/x86-tune.def
@@ -472,7 +472,7 @@ DEF_TUNE (X86_TUNE_USE_GATHER_2PARTS, "use_gather_2parts",
/* X86_TUNE_USE_SCATTER_2PARTS: Use scater instructions for vectors with 2
elements. */
DEF_TUNE (X86_TUNE_USE_SCATTER_2PARTS, "use_scatter_2parts",
- ~(m_ZNVER4 | m_GENERIC))
+ ~(m_ZNVER4))
/* X86_TUNE_USE_GATHER_4PARTS: Use gather instructions for vectors with 4
elements. */
@@ -482,7 +482,7 @@ DEF_TUNE (X86_TUNE_USE_GATHER_4PARTS, "use_gather_4parts",
/* X86_TUNE_USE_SCATTER_4PARTS: Use scater instructions for vectors with 4
elements. */
DEF_TUNE (X86_TUNE_USE_SCATTER_4PARTS, "use_scatter_4parts",
- ~(m_ZNVER4 | m_GENERIC))
+ ~(m_ZNVER4))
/* X86_TUNE_USE_GATHER: Use gather instructions for vectors with 8 or more
elements. */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-14 8:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 8:48 [gcc r12-9251] Enable scatter for generic Jan Hubicka
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).