rs6000.c (rs6000_gimple_fold_builtin): Add handling for early folding of vector loads...
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Tue, 19 Sep 2017 13:42:48 +0000 (13:42 +0000)
committerWill Schmidt <willschm@gcc.gnu.org>
Tue, 19 Sep 2017 13:42:48 +0000 (13:42 +0000)
commitd14c60ad26f57ed6d32180a96cc27c7bf1d7f5b2
tree2231680c5bbeace8f32ac41319b46a171a02bb17
parent81b29ad80a7fb41b5534c1ae45565e1c353dbf0e
rs6000.c (rs6000_gimple_fold_builtin): Add handling for early folding of vector loads (ALTIVEC_BUILTIN_LVX_*).

[gcc]

2017-09-19  Will Schmidt  <will_schmidt@vnet.ibm.com>

    * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
    for early folding of vector loads (ALTIVEC_BUILTIN_LVX_*).
    * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
    Remove obsoleted code for handling ALTIVEC_BUILTIN_VEC_LD.

From-SVN: r252975
gcc/ChangeLog
gcc/config/rs6000/rs6000-c.c
gcc/config/rs6000/rs6000.c