Remove aarch64_cannot_change_mode_class as the underlying issue (PR67609) has been...
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 27 May 2016 12:15:47 +0000 (12:15 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Fri, 27 May 2016 12:15:47 +0000 (12:15 +0000)
commitf6e0013a3c08b4a6a8d4dade8f842a2e4ae3f495
tree3ff023f6cc024600d6f2da69662c5a64b4499905
parent105e29c5cf8729021614b152328bcfe054bed64d
Remove aarch64_cannot_change_mode_class as the underlying issue (PR67609) has been resolved.

Remove aarch64_cannot_change_mode_class as the underlying issue
(PR67609) has been resolved.  This avoids a few unnecessary lane
widening operations like:

faddp   d18, v18.2d
mov     d18, v18.d[0]

    gcc/
PR67609
* config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
* config/aarch64/aarch64.c
(aarch64_cannot_change_mode_class): Remove function.
* config/aarch64/aarch64-protos.h
(aarch64_cannot_change_mode_class): Remove.

From-SVN: r236817
gcc/ChangeLog
gcc/config/aarch64/aarch64-protos.h
gcc/config/aarch64/aarch64.c
gcc/config/aarch64/aarch64.h