public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112787] New: Codegen regression of large GCC vector extensions when enabling SVE
@ 2023-11-30 17:31 avieira at gcc dot gnu.org
  2023-11-30 17:34 ` [Bug target/112787] " avieira at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: avieira at gcc dot gnu.org @ 2023-11-30 17:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112787
           Summary: Codegen regression of large GCC vector extensions when
                    enabling SVE
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: avieira at gcc dot gnu.org
  Target Milestone: ---

When compiling:

typedef int __attribute__((__vector_size__ (64))) vec;

vec fn (vec a, vec b)
{
    return a + b;
}

with '-O2 -march=armv8-a' vs '-O2 -march=armv8-a+sve' the codegen defaults to
scalar rather than using Advanced SIMD vectors.

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

end of thread, other threads:[~2024-03-27 18:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 17:31 [Bug target/112787] New: Codegen regression of large GCC vector extensions when enabling SVE avieira at gcc dot gnu.org
2023-11-30 17:34 ` [Bug target/112787] " avieira at gcc dot gnu.org
2023-12-01  7:22 ` rguenth at gcc dot gnu.org
2023-12-20 16:44 ` cvs-commit at gcc dot gnu.org
2024-01-06  6:15 ` pinskia at gcc dot gnu.org
2024-02-19 16:15 ` cvs-commit at gcc dot gnu.org
2024-02-19 16:46 ` cvs-commit at gcc dot gnu.org
2024-03-18 22:46 ` ebotcazou at gcc dot gnu.org
2024-03-18 23:06 ` pinskia at gcc dot gnu.org
2024-03-18 23:11 ` pinskia at gcc dot gnu.org
2024-03-19 17:13 ` avieira at gcc dot gnu.org
2024-03-19 17:15 ` pinskia at gcc dot gnu.org
2024-03-19 17:25 ` avieira at gcc dot gnu.org
2024-03-26 15:07 ` avieira at gcc dot gnu.org
2024-03-27  9:20 ` ebotcazou at gcc dot gnu.org
2024-03-27 18:53 ` pinskia 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).