]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/84422 (ICE on various builtin test functions when compiled with -mcpu...
authorCarl Love <carll@gcc.gnu.org>
Wed, 14 Mar 2018 23:01:12 +0000 (23:01 +0000)
committerCarl Love <carll@gcc.gnu.org>
Wed, 14 Mar 2018 23:01:12 +0000 (23:01 +0000)
commitdcdfd47859e46ab2215bdc629fafe83e3c336f1c
tree77da01b939a094946acde2e2e27f0027135a42a6
parente493c503f9d5a9682c18b64d9ef1a00b243fa231
re PR target/84422 (ICE on various builtin test functions when compiled with -mcpu=power7)

gcc/ChangeLog:

2018-03-14  Carl Love  <cel@us.ibm.com>

PR target/84422
* config/rs6000/rs6000-builtin.def: Change expansion for
VMULESW to BU_P8V_AV_2.
Change expansion for VMULEUW to BU_P8V_AV_2.
* config/rs6000/rs6000.c: Change
ALTIVEC_BUILTIN_VMULESW to P8V_BUILTIN_VMULESW.
Change ALTIVEC_BUILTIN_VMULEUW to P8V_BUILTIN_VMULEUW.
Change ALTIVEC_BUILTIN_VMULOSW to P8V_BUILTIN_VMULOSW.
Change ALTIVEC_BUILTIN_VMULOUW to P8V_BUILTIN_VMULOUW.
* config/rs6000/rs6000-c.c: Change
ALTIVEC_BUILTIN_VMULESW to P8V_BUILTIN_VMULESW.
Change ALTIVEC_BUILTIN_VMULEUW to P8V_BUILTIN_VMULEUW.
Change ALTIVEC_BUILTIN_VMULOSW to P8V_BUILTIN_VMULOSW.
Change ALTIVEC_BUILTIN_VMULOUW to P8V_BUILTIN_VMULOUW.

From-SVN: r258539
gcc/config/rs6000/rs6000-builtin.def
gcc/config/rs6000/rs6000-c.c
gcc/config/rs6000/rs6000.c