public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8499] i386: Change abs<MMXMODEI:mode>2 to an expander.
@ 2021-06-02  9:47 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2021-06-02  9:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9622430bfad5a7a57edd9825ab021df1322ac2e6

commit r11-8499-g9622430bfad5a7a57edd9825ab021df1322ac2e6
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Wed Jun 2 10:22:08 2021 +0200

    i386: Change abs<MMXMODEI:mode>2 to an expander.
    
    2021-06-02  Uroš Bizjak  <ubizjak@gmail.com>
    
            * config/i386/sse.md (abs<MMXMODEI:mode>2):
            Change define_insn to define_expand.

Diff:
---
 gcc/config/i386/sse.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index b1876dc9021..2b159224e76 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -17425,7 +17425,7 @@
    (set (attr "prefix_rex") (symbol_ref "x86_extended_reg_mentioned_p (insn)"))
    (set_attr "mode" "DI,TI")])
 
-(define_insn "abs<mode>2"
+(define_expand "abs<mode>2"
   [(set (match_operand:MMXMODEI 0 "register_operand")
 	(abs:MMXMODEI
 	  (match_operand:MMXMODEI 1 "register_operand")))]


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

only message in thread, other threads:[~2021-06-02  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  9:47 [gcc r11-8499] i386: Change abs<MMXMODEI:mode>2 to an expander Uros Bizjak

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