https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99102
--- Comment #3 from Joel Hutton ---
Seems like the 'vect' pass is vectorizing a 'MASK_STORE' to a 'SCATTER_STORE'
and ignoring the mask.
1292 testcase.c:7:29: note: vect_is_simple_use: operand 0, type of def:
constant$
1293 testcase.c:7:29: not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99102
--- Comment #4 from Joel Hutton ---
It seems it is vectorizing a 'MASK_STORE' into a 'SCATTER_STORE' when it should
be using a 'MASK_SCATTER_STORE'. Currently it's choosing between
IFN_SCATTER_STORE and IFN_MASK_SCATTER_STORE based on the
'using_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99102
Joel Hutton changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97929
Joel Hutton changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98133
Joel Hutton changed:
What|Removed |Added
CC||joelh at gcc dot gnu.org
--- Comment #3 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98133
Joel Hutton changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772
Bug ID: 98772
Summary: Widening patterns causing missed vectorization
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772
--- Comment #2 from Joel Hutton ---
Yes, it is aarch64, I have updated the field.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772
Joel Hutton changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 98772, which changed state.
Bug 98772 Summary: Widening patterns causing missed vectorization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98196
--- Comment #5 from Joel Hutton ---
this appears to have been fixed on trunk by
0411210fddbd3ec27c8dc1183f40f662712a2232
Author: Richard Sandiford
Date: Thu Dec 31 16:10:47 2020 +
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99102
Joel Hutton changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103523
Joel Hutton changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Joel Hutton
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103523
Joel Hutton changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103688
Joel Hutton changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103523
Joel Hutton changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
16 matches
Mail list logo