This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, AArch64] Implement ctz and clrsb standard patterns


"Ian Bolton" <ian.bolton@arm.com> writes:

> diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
> index 33815ff..5278957 100644
> --- a/gcc/config/aarch64/aarch64.md
> +++ b/gcc/config/aarch64/aarch64.md
> @@ -153,6 +153,8 @@
>      (UNSPEC_CMTST	 83) ; Used in aarch64-simd.md.
>      (UNSPEC_FMAX	 83) ; Used in aarch64-simd.md.
>      (UNSPEC_FMIN	 84) ; Used in aarch64-simd.md.
> +    (UNSPEC_CLS		 85) ; Used in aarch64-simd.md.
> +    (UNSPEC_RBIT	 86) ; Used in aarch64-simd.md.

The comment doesn't appear to be true.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]