public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ibm/heads/gcc-9)] Backport r278210
@ 2020-02-04 20:57 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2020-02-04 20:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:48cb09679f1cd043f3d593199fa6295a30eebdbf

commit 48cb09679f1cd043f3d593199fa6295a30eebdbf
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Nov 14 10:45:37 2019 +0100

    Backport r278210
    
    2019-11-14  Martin Liska  <mliska@suse.cz>
    
    	Backport from mainline
    	2019-11-14  Martin Liska  <mliska@suse.cz>
    
    	PR target/92389
    	* config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to
    	PTA_ICELAKE_CLIENT which is later interited by
    	PTA_ICELAKE_SERVER and PTA_TIGERLAKE.
    
    From-SVN: r278214

Diff:
---
 gcc/ChangeLog          | 10 ++++++++++
 gcc/config/i386/i386.h |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 400e02f..cbb068f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2019-11-14  Martin Liska  <mliska@suse.cz>
+
+	Backport from mainline
+	2019-11-14  Martin Liska  <mliska@suse.cz>
+
+	PR target/92389
+	* config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to
+	PTA_ICELAKE_CLIENT which is later interited by
+	PTA_ICELAKE_SERVER and PTA_TIGERLAKE.
+
 2019-11-13  Dragan Mladjenovic  <dmladjenovic@wavecomp.com>
 
 	Backport from mainline
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 170bbdd..934352d 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -2380,7 +2380,7 @@ const wide_int_bitmask PTA_CANNONLAKE = PTA_SKYLAKE | PTA_AVX512F
   | PTA_AVX512VBMI | PTA_AVX512IFMA | PTA_SHA;
 const wide_int_bitmask PTA_ICELAKE_CLIENT = PTA_CANNONLAKE | PTA_AVX512VNNI
   | PTA_GFNI | PTA_VAES | PTA_AVX512VBMI2 | PTA_VPCLMULQDQ | PTA_AVX512BITALG
-  | PTA_RDPID | PTA_CLWB;
+  | PTA_RDPID | PTA_CLWB | PTA_AVX512VPOPCNTDQ;
 const wide_int_bitmask PTA_ICELAKE_SERVER = PTA_ICELAKE_CLIENT | PTA_PCONFIG
   | PTA_WBNOINVD;
 const wide_int_bitmask PTA_KNL = PTA_BROADWELL | PTA_AVX512PF | PTA_AVX512ER


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-04 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 20:57 [gcc(refs/vendors/ibm/heads/gcc-9)] Backport r278210 Peter Bergner

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).