i386: Identify Westmere from PCLMUL
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 28 Feb 2019 14:24:52 +0000 (14:24 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 28 Feb 2019 14:24:52 +0000 (06:24 -0800)
commit0c0c7049a0b1424d3f4b7a18bbe90190f99d704b
treedc66f6e19484f5a13dbae4036073266b9e723bb7
parent8bd326535cdb03a48c592573358cce95e5b7d040
i386: Identify Westmere from PCLMUL

Since AES has been removed from Westmere in GCC 9, we should identify
Westmere from PCLMUL, instead of AES.

PR target/89455
* config/i386/i386.c (get_builtin_code_for_version): Identify
Westmere from PCLMUL, instead of AES.

From-SVN: r269281
gcc/ChangeLog
gcc/config/i386/i386.c