public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/96043] New: BB vectorizer costing lumps everything together
@ 2020-07-03  9:11 rguenth at gcc dot gnu.org
  2020-07-03 14:33 ` [Bug tree-optimization/96043] " marxin at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-03  9:11 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96043
           Summary: BB vectorizer costing lumps everything together
           Product: gcc
           Version: 11.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: ---

Currently the basic-block vectorizer sums up independent opportunities and
does an overall decision so that "good" vectorizations help "bad"
vectorizations to be considered and "bad" vectorizations could make "good"
vectorizations not to happen.

Instead the basic-block vectorizer should cost independent opportunities
(disjunct portions of the SLP graph) independently.

I'm struggling to find a testcase the basic-block vectorizer rejects
based on costing at the moment though...

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

end of thread, other threads:[~2020-09-11 10:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03  9:11 [Bug tree-optimization/96043] New: BB vectorizer costing lumps everything together rguenth at gcc dot gnu.org
2020-07-03 14:33 ` [Bug tree-optimization/96043] " marxin at gcc dot gnu.org
2020-09-08  9:06 ` rguenth at gcc dot gnu.org
2020-09-08 12:45 ` rguenth at gcc dot gnu.org
2020-09-08 14:11 ` rguenth at gcc dot gnu.org
2020-09-10  9:20 ` cvs-commit at gcc dot gnu.org
2020-09-10  9:21 ` rguenth at gcc dot gnu.org
2020-09-11  9:41 ` tnfchris at gcc dot gnu.org
2020-09-11  9:53 ` rguenth at gcc dot gnu.org
2020-09-11 10:01 ` tnfchris 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).