public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/57601] Vector lowering could use larger modes
       [not found] <bug-57601-4@http.gcc.gnu.org/bugzilla/>
@ 2013-06-13  7:18 ` pinskia at gcc dot gnu.org
  2013-06-13  7:47 ` glisse at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-06-13  7:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |target

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Aren't xmm0 MMX registers which means they overlap with the floating point
registers in some cases and that also means you need to use emms instructions?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/57601] Vector lowering could use larger modes
       [not found] <bug-57601-4@http.gcc.gnu.org/bugzilla/>
  2013-06-13  7:18 ` [Bug target/57601] Vector lowering could use larger modes pinskia at gcc dot gnu.org
@ 2013-06-13  7:47 ` glisse at gcc dot gnu.org
  2021-08-19 20:09 ` pinskia at gcc dot gnu.org
  2021-08-19 21:58 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 4+ messages in thread
From: glisse at gcc dot gnu.org @ 2013-06-13  7:47 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601

--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
With this code:

#include <mmintrin.h>
__m64 f(__m64 x, __m64 y){return _mm_sub_pi32(x,y);}

I get (-m64):

    movdq2q    %xmm0, %mm0
    movdq2q    %xmm1, %mm1
    psubd    %mm1, %mm0
    movq2dq    %mm0, %xmm0

and (-m32):

    psubd    %mm1, %mm0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/57601] Vector lowering could use larger modes
       [not found] <bug-57601-4@http.gcc.gnu.org/bugzilla/>
  2013-06-13  7:18 ` [Bug target/57601] Vector lowering could use larger modes pinskia at gcc dot gnu.org
  2013-06-13  7:47 ` glisse at gcc dot gnu.org
@ 2021-08-19 20:09 ` pinskia at gcc dot gnu.org
  2021-08-19 21:58 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-19 20:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is fixed in GCC 10+ with the patches do do 64bit vector support in SSE.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/57601] Vector lowering could use larger modes
       [not found] <bug-57601-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-08-19 20:09 ` pinskia at gcc dot gnu.org
@ 2021-08-19 21:58 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2021-08-19 21:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.0
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for GCC 10.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-19 21:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-57601-4@http.gcc.gnu.org/bugzilla/>
2013-06-13  7:18 ` [Bug target/57601] Vector lowering could use larger modes pinskia at gcc dot gnu.org
2013-06-13  7:47 ` glisse at gcc dot gnu.org
2021-08-19 20:09 ` pinskia at gcc dot gnu.org
2021-08-19 21:58 ` hjl.tools at gmail dot com

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