public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/110630] New: Missed optimization: bb-slp-pr95839.c not vectorised with V2SF targets
@ 2023-07-11 14:49 macro at orcam dot me.uk
  2023-07-12  8:53 ` [Bug tree-optimization/110630] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: macro at orcam dot me.uk @ 2023-07-11 14:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110630
           Summary: Missed optimization: bb-slp-pr95839.c not vectorised
                    with V2SF targets
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: macro at orcam dot me.uk
                CC: rguenth at gcc dot gnu.org
            Blocks: 53947
  Target Milestone: ---

With targets that only support the V2SF vector mode such as:

mips-linux-gnu-gcc -march=mips64 -mabi=64 -mpaired-single

scalar code is produced for V4SF data with bb-slp-pr95839.c while a
pair of V2SF operations would be more efficient.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
[Bug 53947] [meta-bug] vectorizer missed-optimizations

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

end of thread, other threads:[~2023-07-12 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11 14:49 [Bug tree-optimization/110630] New: Missed optimization: bb-slp-pr95839.c not vectorised with V2SF targets macro at orcam dot me.uk
2023-07-12  8:53 ` [Bug tree-optimization/110630] " rguenth at gcc dot gnu.org
2023-07-12 11:02 ` cvs-commit at gcc dot gnu.org
2023-07-12 11:03 ` 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).