OSDN Git Service

Optimise comparison where intermediate result not used (AArch64)
authoribolton <ibolton@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Nov 2012 19:35:24 +0000 (19:35 +0000)
committeribolton <ibolton@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Nov 2012 19:35:24 +0000 (19:35 +0000)
commit76694855f7942ecc0b15c84bd07d05157840b249
treefa688a0a32bf3865d9ba2a0dfa6e080347990c73
parentd945c17c5bf5dd51b5bbc5066fe0d5c0e574d943
Optimise comparison where intermediate result not used (AArch64)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193450 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/adds.c [new file with mode: 0644]
gcc/testsuite/gcc.target/aarch64/cmn.c [new file with mode: 0644]
gcc/testsuite/gcc.target/aarch64/subs.c [new file with mode: 0644]