https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114197
--- Comment #6 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:8fdac08b4d5f65973164a476bd255533ed97a766
commit r14-9296-g8fdac08b4d5f65973164a476bd255533ed97a766
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114197
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114197
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114197
--- Comment #5 from Richard Biener ---
The issue is really unexpected if-conversion which ends up putting the
vector copy of an innner loop outside of the enclosing loop of a scalar
loop. Such mishap usually happens because of simplifications.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114197
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114197
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Target Mi