public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/106255] New: [suboptinal] llvm uses instructions with larger access bit width
@ 2022-07-11 13:13 zhongyunde at huawei dot com
  2022-07-11 14:12 ` [Bug c/106255] " schwab@linux-m68k.org
  0 siblings, 1 reply; 2+ messages in thread
From: zhongyunde at huawei dot com @ 2022-07-11 13:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106255
           Summary: [suboptinal] llvm uses instructions with larger access
                    bit width
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zhongyunde at huawei dot com
  Target Milestone: ---

llvm uses memory access instructions with larger access bit width base on
following case, both on x86 and arm, see detail
https://gcc.godbolt.org/z/c9ja9zWEE
```
#define N 10000
void
__attribute__((noipa))
foo_pd (_Complex double* a, _Complex double* b)
{
  for (int i = 0; i != N; i++)
    a[i] = b[i];
}
```

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

* [Bug c/106255] [suboptinal] llvm uses instructions with larger access bit width
  2022-07-11 13:13 [Bug c/106255] New: [suboptinal] llvm uses instructions with larger access bit width zhongyunde at huawei dot com
@ 2022-07-11 14:12 ` schwab@linux-m68k.org
  0 siblings, 0 replies; 2+ messages in thread
From: schwab@linux-m68k.org @ 2022-07-11 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
dup

*** This bug has been marked as a duplicate of bug 106254 ***

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 13:13 [Bug c/106255] New: [suboptinal] llvm uses instructions with larger access bit width zhongyunde at huawei dot com
2022-07-11 14:12 ` [Bug c/106255] " schwab@linux-m68k.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).