]> git.ipfire.org Git - people/ms/gcc.git/commit
aarch64: Add missing clobber for fjcvtzs
authorAndrea Corallo <andrea.corallo@arm.com>
Wed, 29 Jul 2020 17:04:40 +0000 (19:04 +0200)
committerAndrea Corallo <andrea.corallo@arm.com>
Tue, 4 Aug 2020 10:22:41 +0000 (12:22 +0200)
commitd2b86e14c14020f3e119ab8f462e2a91bd7d46e5
tree42dc2744ad3176539e1ddc9b119447f1ec383c58
parent344f09a756ebd50510cc1eb3db111fd61c527702
aarch64: Add missing clobber for fjcvtzs

gcc/ChangeLog

2020-07-30  Andrea Corallo  <andrea.corallo@arm.com>

* config/aarch64/aarch64.md (aarch64_fjcvtzs): Add missing
clobber.
* doc/sourcebuild.texi (aarch64_fjcvtzs_hw) Document new
target supports option.

gcc/testsuite/ChangeLog

2020-07-30  Andrea Corallo  <andrea.corallo@arm.com>

* gcc.target/aarch64/acle/jcvt_2.c: New testcase.
* lib/target-supports.exp
(check_effective_target_aarch64_fjcvtzs_hw): Add new check for
FJCVTZS hw.
gcc/config/aarch64/aarch64.md
gcc/doc/sourcebuild.texi
gcc/testsuite/gcc.target/aarch64/acle/jcvt_2.c [new file with mode: 0644]
gcc/testsuite/lib/target-supports.exp