Re: [ARM][PATCH 2/2] Remove redundant constructs added for FP16 support.

2019-07-23 Thread Srinath Parvathaneni
<mailto:gcc-patches@gcc.gnu.org> Cc: nd <mailto:n...@arm.com>; Richard Earnshaw <mailto:richard.earns...@arm.com>; Ramana Radhakrishnan <mailto:ramana.radhakrish...@arm.com>; Kyrylo Tkachov <mailto:kyrylo.tkac...@arm.com> Subject: [ARM][PATCH 2/2] Remove redundant

[ARM][PATCH 2/2] Remove redundant constructs added for FP16 support.

2019-05-29 Thread Srinath Parvathaneni
Hello, The patch reworks some of the VRND and VCVT code added for the FP16 extension support to remove the redundant UNSPECS and related constructs. Tested for arm-none-linux-gnueabihf with native bootstrap and make check and for arm-none-eabi with cross-compiled check-gcc on an ARMv8.4-A emulato