https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104106
--- Comment #3 from Richard Biener ---
I think DSE doesn't quite understand free() as must-def, likewise for
__builtin_stack_restore though that is _much_ more difficult to tie to
a specific alloca allocation.
It would be nice if the gimplifier
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104106
--- Comment #2 from denis.campredon at gmail dot com ---
The missed optimisations are also present if the arrays are allocated with
malloc or new.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104106
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED