rs6000.c (rs6000_gimple_fold_builtin): Add support for gimple folding of vec_madd...
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 30 Oct 2017 14:10:17 +0000 (14:10 +0000)
committerWill Schmidt <willschm@gcc.gnu.org>
Mon, 30 Oct 2017 14:10:17 +0000 (14:10 +0000)
commit198a8e3cc5176e9234343060fe95de4035d23ac3
treeb3e5abd767686c42ac205d27b8e1f14cc921393f
parent78effffca5f505fb8acb0632787b329247d82c79
rs6000.c (rs6000_gimple_fold_builtin): Add support for gimple folding of vec_madd() intrinsics.

[gcc]

2017-10-30  Will Schmidt <will_schmidt@vnet.ibm.com>

* config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add support for
gimple folding of vec_madd() intrinsics.
* config/rs6000/altivec.md (mulv8hi3): Rename altivec_vmladduhm to
fmav8hi4.  (altivec_vmladduhm): Rename to fmav8hi4.
* config/rs6000/rs6000-builtin.def: Rename vmladduhm to fmav8hi4

From-SVN: r254221
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/rs6000-builtin.def
gcc/config/rs6000/rs6000.c