public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/90433] POINTER_DIFF_EXPR in vectorizer prologue
       [not found] <bug-90433-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-13  2:16 ` pinskia at gcc dot gnu.org
  2021-12-13  6:29 ` glisse at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-13  2:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The trunk we don't vectorize the code any more .....

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

* [Bug tree-optimization/90433] POINTER_DIFF_EXPR in vectorizer prologue
       [not found] <bug-90433-4@http.gcc.gnu.org/bugzilla/>
  2021-12-13  2:16 ` [Bug tree-optimization/90433] POINTER_DIFF_EXPR in vectorizer prologue pinskia at gcc dot gnu.org
@ 2021-12-13  6:29 ` glisse at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: glisse at gcc dot gnu.org @ 2021-12-13  6:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> The trunk we don't vectorize the code any more .....

I thought it might be because we found a way to use memcpy instead, which would
have been good, but no, the vect dump shows an extremely common gcc issue

missed:  not vectorized: more than one data ref in stmt: MEM[(struct
_Tuple_impl *)__cur_14].D.36092 = MEM[(struct _Tuple_impl
&)__first_19].D.36092;

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

end of thread, other threads:[~2021-12-13  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90433-4@http.gcc.gnu.org/bugzilla/>
2021-12-13  2:16 ` [Bug tree-optimization/90433] POINTER_DIFF_EXPR in vectorizer prologue pinskia at gcc dot gnu.org
2021-12-13  6:29 ` glisse at gcc dot gnu.org

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