public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] aarch64: Add aarch64*-*-* to the list of vect_long_long targets
@ 2023-01-24 16:52 Andre Vieira (lists)
  2023-01-24 17:23 ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Vieira (lists) @ 2023-01-24 16:52 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Sandiford, Kyrylo Tkachov

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Hi,

This patch adds aarch64 to the list of vect_long_long targets. 
Regression tested on aarch64-none-linux-gnu.

OK for trunk?

gcc/testsuite/ChangeLog:

	* lib/target-supports.exp (check_effective_target_vect_long_long): Add
	aarch64 to list of targets supporting long long vectorization.

[-- Attachment #2: longlongtest.patch --]
[-- Type: text/plain, Size: 608 bytes --]

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index c0694af233818b5923919b33c5ae6f9d1955d118..227e3004077a374317ae20c323c03a9b2ce15292 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7125,7 +7125,8 @@ proc check_effective_target_vect_long_long { } {
 		 && [check_effective_target_s390_vx])
 	     || ([istarget powerpc*-*-*]
 		 && ![istarget powerpc-*-linux*paired*]
-		 && [check_effective_target_has_arch_pwr8]) }}]
+		 && [check_effective_target_has_arch_pwr8])
+	     || [istarget aarch64*-*-*] }}]
 }
 
 

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

* Re: [PATCH] aarch64: Add aarch64*-*-* to the list of vect_long_long targets
  2023-01-24 16:52 [PATCH] aarch64: Add aarch64*-*-* to the list of vect_long_long targets Andre Vieira (lists)
@ 2023-01-24 17:23 ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2023-01-24 17:23 UTC (permalink / raw)
  To: Andre Vieira (lists); +Cc: gcc-patches, Kyrylo Tkachov

"Andre Vieira (lists)" <andre.simoesdiasvieira@arm.com> writes:
> Hi,
>
> This patch adds aarch64 to the list of vect_long_long targets. 
> Regression tested on aarch64-none-linux-gnu.
>
> OK for trunk?
>
> gcc/testsuite/ChangeLog:
>
> 	* lib/target-supports.exp (check_effective_target_vect_long_long): Add
> 	aarch64 to list of targets supporting long long vectorization.

OK, thanks.

Richard

> diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
> index c0694af233818b5923919b33c5ae6f9d1955d118..227e3004077a374317ae20c323c03a9b2ce15292 100644
> --- a/gcc/testsuite/lib/target-supports.exp
> +++ b/gcc/testsuite/lib/target-supports.exp
> @@ -7125,7 +7125,8 @@ proc check_effective_target_vect_long_long { } {
>  		 && [check_effective_target_s390_vx])
>  	     || ([istarget powerpc*-*-*]
>  		 && ![istarget powerpc-*-linux*paired*]
> -		 && [check_effective_target_has_arch_pwr8]) }}]
> +		 && [check_effective_target_has_arch_pwr8])
> +	     || [istarget aarch64*-*-*] }}]
>  }
>  
>  

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

end of thread, other threads:[~2023-01-24 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 16:52 [PATCH] aarch64: Add aarch64*-*-* to the list of vect_long_long targets Andre Vieira (lists)
2023-01-24 17:23 ` Richard Sandiford

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).