https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110091
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 63744
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63744&action=edit
A slight variant of the orignal testcase
I have a fix for this variant. Where we insert the call to the split after the
clobber.
Note this does not fix the idea we should not be splitting here; that is a
slightly different issue and I will file it seperately.