rs6000-builtin.def: Change NEG macro expansions from BU_ALTIVEC_A to BU_P8V_AV_1...
authorCarl Love <cel@us.ibm.com>
Mon, 19 Feb 2018 17:27:39 +0000 (17:27 +0000)
committerCarl Love <carll@gcc.gnu.org>
Mon, 19 Feb 2018 17:27:39 +0000 (17:27 +0000)
commitbbe57e1e55ec6c97fce0f5e9e6ce1dacf4cc0d34
tree611dc4e16e86340013aaa45f37e5547e5961d7c4
parente0479b58273c584932fa2097c7e98b95e15b96b4
rs6000-builtin.def: Change NEG macro expansions from BU_ALTIVEC_A to BU_P8V_AV_1 and...

gcc/ChangeLog:

2018-02-19  Carl Love  <cel@us.ibm.com>

* config/rs6000/rs6000-builtin.def: Change NEG macro expansions from
BU_ALTIVEC_A to BU_P8V_AV_1 and BU_ALTIVEC_OVERLOAD_1 to
BU_P8V_OVERLOAD_1.
* config/rs6000/rs6000-c.c: Change ALTIVEC_BUILTIN_VEC_NEG to
P8V_BUILTIN_VEC_NEG.

gcc/testsuite/ChangeLog:

2018-02-19  Carl Love  <cel@us.ibm.com>
* gcc.target/powerpc/fold-vec-neg-int.p7.c: Remove test file.

From-SVN: r257812
gcc/ChangeLog
gcc/config/rs6000/rs6000-builtin.def
gcc/config/rs6000/rs6000-c.c
gcc/testsuite/ChangeLog