Re: [RFA] Handle _CHK builtins in tree-ssa-dse.c

2019-06-26 Thread Richard Biener
On Tue, Jun 25, 2019 at 2:20 AM Jeff Law wrote: > > These are some minor improvements to tree-ssa-dse, in particular it adds > handling of the _CHK variants of the supported functions (memcpy, > memmove, memset). It's just something I noticed while poking at 90883. > > These don't trigger during

[RFA] Handle _CHK builtins in tree-ssa-dse.c

2019-06-24 Thread Jeff Law
These are some minor improvements to tree-ssa-dse, in particular it adds handling of the _CHK variants of the supported functions (memcpy, memmove, memset). It's just something I noticed while poking at 90883. These don't trigger during bootstraps, but do in the testsuite. The tests that were c