From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1984) id DDBFB3854E4A; Tue, 20 Jun 2023 07:54:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDBFB3854E4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687247699; bh=N11HWJ6W1lEtO43M1+dMZHQv8+hzZNRUjflGSKGXKDc=; h=From:To:Subject:Date:From; b=kSXd95YLLzjpRcAFcu3STqABykMC/iQA6I06fjmZhc4hwj5dsyhiPkfPME7rE2A01 qzw8fH0buFxGvRNn5g236D4i8IeO5RQIA85e9/gcTE9+/jlvb22+JC7uaR0B5/XeqI 2GJj0t7fwF4MBHx73L8YtMWzxNXVn88uM1jMk2To= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tamar Christina To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-1979] AArch64: remove test comment from *mov_aarch64 X-Act-Checkin: gcc X-Git-Author: Tamar Christina X-Git-Refname: refs/heads/master X-Git-Oldrev: eb5c593cab9c8e88bc83767b738307e31285c733 X-Git-Newrev: 36de416df8b3f109353e309011061fa66e872e3a Message-Id: <20230620075459.DDBFB3854E4A@sourceware.org> Date: Tue, 20 Jun 2023 07:54:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:36de416df8b3f109353e309011061fa66e872e3a commit r14-1979-g36de416df8b3f109353e309011061fa66e872e3a Author: Tamar Christina Date: Tue Jun 20 08:54:42 2023 +0100 AArch64: remove test comment from *mov_aarch64 I accidentally left a test comment in the final version of the patch. This removes the comment. gcc/ChangeLog: * config/aarch64/aarch64.md (*mov_aarch64): Drop test comment. Diff: --- gcc/config/aarch64/aarch64.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 97e5a59d30c..25f7905c6a0 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -1224,7 +1224,7 @@ [m, r Z ; store_4 , * ] str\\t%w1, %0 [m, w ; store_4 , * ] str\t%1, %0 [r, w ; neon_to_gp , simd ] umov\t%w0, %1.[0] - [r, w ; neon_to_gp , nosimd] fmov\t%w0, %s1 /*foo */ + [r, w ; neon_to_gp , nosimd] fmov\t%w0, %s1 [w, r Z ; neon_from_gp, simd ] dup\t%0., %w1 [w, r Z ; neon_from_gp, nosimd] fmov\t%s0, %w1 [w, w ; neon_dup , simd ] dup\t%0, %1.[0]