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

--- Comment #16 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I was trying to figure out why we didn't commonize the clobber (in PR124141):
` rValue ={v} {CLOBBER(eos)}; ` in phiopt and then realize it is not from an
common conditional location. That is ok, sink will do it later on.

Anyways back to trying to fix the original testcase when doing function
splitting.

Reply via email to