gcc-12/SME-0075-AArch64-remove-test-comment-from-mov-mode-_aarch64.patch
eastb233 dbbaf1198d AArch64: Support SME intrinsics
(cherry picked from commit 5a8b1f3fd450f440943ca1eabccdfe6e9abdf668)
2024-03-20 09:15:24 +08:00

34 lines
1.3 KiB
Diff

From 05be7084cd10cf1acf5dcdfbee4685a3c100cf2a Mon Sep 17 00:00:00 2001
From: Tamar Christina <tamar.christina@arm.com>
Date: Tue, 20 Jun 2023 08:54:42 +0100
Subject: [PATCH 075/144] AArch64: remove test comment from *mov<mode>_aarch64
Reference: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=36de416df8b3f109353e309011061fa66e872e3a
I accidentally left a test comment in the final version of the patch.
This removes the comment.
gcc/ChangeLog:
* config/aarch64/aarch64.md (*mov<mode>_aarch64): Drop test comment.
---
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 7c7633770..64ebe6172 100644
--- a/gcc/config/aarch64/aarch64.md
+++ b/gcc/config/aarch64/aarch64.md
@@ -1211,7 +1211,7 @@
[m, r Z ; store_4 , * ] str<size>\\t%w1, %0
[m, w ; store_4 , * ] str\t%<size>1, %0
[r, w ; neon_to_gp<q> , simd ] umov\t%w0, %1.<v>[0]
- [r, w ; neon_to_gp<q> , nosimd] fmov\t%w0, %s1 /*foo */
+ [r, w ; neon_to_gp<q> , nosimd] fmov\t%w0, %s1
[w, r Z ; neon_from_gp<q>, simd ] dup\t%0.<Vallxd>, %w1
[w, r Z ; neon_from_gp<q>, nosimd] fmov\t%s0, %w1
[w, w ; neon_dup , simd ] dup\t%<Vetype>0, %1.<v>[0]
--
2.19.1