public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][Testsuite] Turn on 64-bit-vector tests for AArch64
@ 2015-10-16 11:31 Alan Lawrence
  2015-10-20 16:01 ` Marcus Shawcroft
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Lawrence @ 2015-10-16 11:31 UTC (permalink / raw)
  To: gcc-patches

This enables tests bb-slp-11.c and bb-slp-26.c for AArch64. Both of these are
currently passing on little- and big-endian.

(Tested on aarch64-none-linux-gnu and aarch64_be-none-elf).

OK for trunk?

gcc/testsuite/ChangeLog:

	* lib/target-supports.exp (check_effective_target_vect64): Add AArch64.
---
 gcc/testsuite/lib/target-supports.exp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 3088369..bd03108 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -4762,6 +4762,7 @@ proc check_effective_target_vect64 { } {
         if { ([istarget arm*-*-*]
 	      && [check_effective_target_arm_neon_ok]
 	      && [check_effective_target_arm_little_endian])
+	     || [istarget aarch64*-*-*]
              || [istarget sparc*-*-*] } {
            set et_vect64_saved 1
         }
-- 
1.9.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][Testsuite] Turn on 64-bit-vector tests for AArch64
  2015-10-16 11:31 [PATCH][Testsuite] Turn on 64-bit-vector tests for AArch64 Alan Lawrence
@ 2015-10-20 16:01 ` Marcus Shawcroft
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Shawcroft @ 2015-10-20 16:01 UTC (permalink / raw)
  To: Alan Lawrence; +Cc: gcc-patches

On 16 October 2015 at 12:26, Alan Lawrence <alan.lawrence@arm.com> wrote:
> This enables tests bb-slp-11.c and bb-slp-26.c for AArch64. Both of these are
> currently passing on little- and big-endian.
>
> (Tested on aarch64-none-linux-gnu and aarch64_be-none-elf).
>
> OK for trunk?
>
> gcc/testsuite/ChangeLog:
>
>         * lib/target-supports.exp (check_effective_target_vect64): Add AArch64.
> ---
>  gcc/testsuite/lib/target-supports.exp | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
> index 3088369..bd03108 100644
> --- a/gcc/testsuite/lib/target-supports.exp
> +++ b/gcc/testsuite/lib/target-supports.exp
> @@ -4762,6 +4762,7 @@ proc check_effective_target_vect64 { } {
>          if { ([istarget arm*-*-*]
>               && [check_effective_target_arm_neon_ok]
>               && [check_effective_target_arm_little_endian])
> +            || [istarget aarch64*-*-*]
>               || [istarget sparc*-*-*] } {
>             set et_vect64_saved 1
>          }
> --
> 1.9.1
>

OK /Marcus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-20 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16 11:31 [PATCH][Testsuite] Turn on 64-bit-vector tests for AArch64 Alan Lawrence
2015-10-20 16:01 ` Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).