From 73127104a245052cd5cf29cdaaca3e5c32c70348 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 28 Feb 2025 10:03:49 +0000 Subject: automatic import of gcc --- ...E-AArch64-remove-test-comment-from-mov-mo.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 0178-Backport-SME-AArch64-remove-test-comment-from-mov-mo.patch (limited to '0178-Backport-SME-AArch64-remove-test-comment-from-mov-mo.patch') diff --git a/0178-Backport-SME-AArch64-remove-test-comment-from-mov-mo.patch b/0178-Backport-SME-AArch64-remove-test-comment-from-mov-mo.patch new file mode 100644 index 0000000..95f88fc --- /dev/null +++ b/0178-Backport-SME-AArch64-remove-test-comment-from-mov-mo.patch @@ -0,0 +1,34 @@ +From 883af5a13e648e74cb8d8722be6d4980e8bc8f48 Mon Sep 17 00:00:00 2001 +From: Tamar Christina +Date: Tue, 20 Jun 2023 08:54:42 +0100 +Subject: [PATCH 079/157] [Backport][SME] AArch64: remove test comment from + *mov_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_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 29a665e45..1ec23fae8 100644 +--- a/gcc/config/aarch64/aarch64.md ++++ b/gcc/config/aarch64/aarch64.md +@@ -1213,7 +1213,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] +-- +2.33.0 + -- cgit v1.2.3