[ARM] Migrate to new reduc_[us](min|max)_scal_optab
authorAlan Lawrence <alan.lawrence@arm.com>
Tue, 4 Nov 2014 12:09:38 +0000 (12:09 +0000)
committerAlan Lawrence <alalaw01@gcc.gnu.org>
Tue, 4 Nov 2014 12:09:38 +0000 (12:09 +0000)
commitf5dcbee1652ffdfabb23d9a586a92ce79153bba3
treef94f5c01728fbb8813a91c612f281a15b6238afc
parent89edc9866776ba7805b40b592a2bb91252f8e1b5
[ARM] Migrate to new reduc_[us](min|max)_scal_optab

config/arm/neon.md (reduc_smin_<mode> *2): Rename to...
(reduc_smin_scal_<mode> *2): ...this; extract scalar result.
(reduc_smax_<mode> *2): Rename to...
(reduc_smax_scal_<mode> *2): ...this; extract scalar result.
(reduc_umin_<mode> *2): Rename to...
(reduc_umin_scal_<mode> *2): ...this; extract scalar result.
(reduc_umax_<mode> *2): Rename to...
(reduc_umax_scal_<mode> *2): ...this; extract scalar result.

From-SVN: r217080
gcc/ChangeLog
gcc/config/arm/neon.md