[AArch64] Fix order of modes to lroundmn2 standard names.

Marcus Shawcroft marcus.shawcroft@arm.com
Fri Apr 26 13:36:00 GMT 2013


On 26/04/13 14:09, James Greenhalgh wrote:
>
> Hi,
>
> The vector versions of lroundmn2, lfloormn2, lceilmn2 convert from
> mode m to mode n. The current implementation has this backwards.
> For correctness, this patch swaps the n and m parameters.
>
> There is no need to backport this patch as a bug fix, as nothing uses
> this name for expansion in 4.8.
>
> Regression tested on aarch64-none-elf with no regressions.
>
> Thanks,
> James Greenhalgh
>
> ---
> gcc/
>
> 3013-04-26  James Greenhalgh  <james.greenhalgh@arm.com>
>
> 	* config/aarch64/aarch64-simd.md
> 	(l<fcvt_pattern><su_optab><fcvt_target><VDQF:mode>2): Rename to...
> 	(l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): ... This.
>

OK
/Marcus



More information about the Gcc-patches mailing list