public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/116609] New: Live lane vectorization does not support SLP with loop masking
@ 2024-09-05  8:42 rguenth at gcc dot gnu.org
  2024-09-06  7:16 ` [Bug tree-optimization/116609] " cvs-commit at gcc dot gnu.org
  2024-09-06  7:18 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-09-05  8:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 116609
           Summary: Live lane vectorization does not support SLP with loop
                    masking
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

It should be trivial to support for single-lane SLP (testing a patch for that)
but also multi-lane might be supportable, for example using slide up/down
or easier when the number of lanes is power-of-two use a larger element
lastb extract.

In general when SLP discovery gets us multi-lanes and that fails we currently
scrap the respective SLP instance but we might want to split it up to a set
of single-lane instances (also avoiding re-discovery).

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

end of thread, other threads:[~2024-09-06  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-05  8:42 [Bug tree-optimization/116609] New: Live lane vectorization does not support SLP with loop masking rguenth at gcc dot gnu.org
2024-09-06  7:16 ` [Bug tree-optimization/116609] " cvs-commit at gcc dot gnu.org
2024-09-06  7:18 ` rguenth 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).