diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2018-08-07 17:22:19 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2018-08-07 17:22:19 +0000 |
commit | 4663b943c6eec1006f160dbec0729511bc5d1838 (patch) | |
tree | 7bf1dd45f59b39d51ab2d531b7717097f2d5e936 /libcpp/line-map.c | |
parent | 6429b8e0f1ecb9fe2993a66623df1936b0886bfa (diff) | |
download | gcc-4663b943c6eec1006f160dbec0729511bc5d1838.zip gcc-4663b943c6eec1006f160dbec0729511bc5d1838.tar.gz gcc-4663b943c6eec1006f160dbec0729511bc5d1838.tar.bz2 |
[AArch64] Fix -mlow-precision-div (PR 86838)
The "@" handling broke -mlow-precision-div, because the scalar forms of
the instruction were provided by a pattern that also provided FRECPX
(and so were parameterised on an unspec code as well as a mode),
while the SIMD versions had a dedicated FRECPE pattern. This patch
moves the scalar FRECPE handling to the SIMD pattern too (as for FRECPS)
and uses a separate pattern for FRECPX.
The convention in aarch64-simd-builtins.def seemed to be to add
comments only if the mapping wasn't obvious (i.e. not just sticking
"aarch64_" on the beginning and "<mode>" on the end), so the patch
deletes the reference to the combined pattern instead of rewording it.
There didn't seem to be any coverage of -mlow-precision-div in the
testsuite, so the patch adds some tests for it.
2018-08-07 Richard Sandiford <richard.sandiford@arm.com>
gcc/
PR target/86838
* config/aarch64/iterators.md (FRECP, frecp_suffix): Delete.
* config/aarch64/aarch64-simd.md
(aarch64_frecp<FRECP:frecp_suffix><mode>): Fold FRECPE into...
(@aarch64_frecpe<mode>): ...here and the move FRECPX to...
(aarch64_frecpx<mode>): ...this new pattern.
* config/aarch64/aarch64-simd-builtins.def: Remove comment
about aarch64_frecp<FRECP:frecp_suffix><mode>.
gcc/testsuite/
PR target/86838
* gcc.target/aarch64/frecpe_1.c: New test.
* gcc.target/aarch64/frecpe_2.c: Likewise.
From-SVN: r263362
Diffstat (limited to 'libcpp/line-map.c')
0 files changed, 0 insertions, 0 deletions