public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][committed]AArch64 remove test comment from *mov<mode>_aarch64
@ 2023-06-20  7:52 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2023-06-20  7:52 UTC (permalink / raw)
  To: gcc-patches
  Cc: nd, Richard.Earnshaw, Marcus.Shawcroft, Kyrylo.Tkachov,
	richard.sandiford

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

Hi All,

I accidentally left a test comment in the final version of the patch.
This removes the comment.

Regtested on aarch64-none-linux-gnu and no issues.

Committed under the obvious rule.

Thanks,
Tamar

gcc/ChangeLog:

	* config/aarch64/aarch64.md (*mov<mode>_aarch64): Drop test comment.

--- inline copy of patch -- 
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index 97e5a59d30ca17c26c0951e9a7c62a7934af8d4f..25f7905c6a0b3b7dd860a1346b8e1d4e1b04164b 100644
--- a/gcc/config/aarch64/aarch64.md
+++ b/gcc/config/aarch64/aarch64.md
@@ -1224,7 +1224,7 @@ (define_insn "*mov<mode>_aarch64"
      [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]




-- 

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

diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index 97e5a59d30ca17c26c0951e9a7c62a7934af8d4f..25f7905c6a0b3b7dd860a1346b8e1d4e1b04164b 100644
--- a/gcc/config/aarch64/aarch64.md
+++ b/gcc/config/aarch64/aarch64.md
@@ -1224,7 +1224,7 @@ (define_insn "*mov<mode>_aarch64"
      [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]




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-20  7:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20  7:52 [PATCH][committed]AArch64 remove test comment from *mov<mode>_aarch64 Tamar Christina

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