https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105816
Richard Biener changed:
What|Removed |Added
Last reconfirmed|2022-06-02 00:00:00 |2024-9-18
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105816
--- Comment #1 from Richard Biener ---
For example for
void __attribute__((noipa)) test_lo (short * __restrict dst, short *src1, short
*src2, int n)
{
for (int i = 0; i < n; ++i)
{
dst[0] = src1[0];
dst[1] = src1[1];
dst
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105816
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2022-06-02
Assignee|unassign