2013/11/18 Jeff Law :
> On 11/18/13 03:58, Ilya Enkovich wrote:
>>
>> Hi,
>>
>> Here is a patch to replace BUILT_IN_CHKP_BNDRET with assignment when
>> optimizing strchr.
>>
>> Thanks,
>> Ilya
>> --
>> 2013-11-13 Ilya Enkovich
>>
>> * tree-ssa-strlen.c: Include tree-chkp.h.
>> (h
On 11/18/13 03:58, Ilya Enkovich wrote:
Hi,
Here is a patch to replace BUILT_IN_CHKP_BNDRET with assignment when optimizing
strchr.
Thanks,
Ilya
--
2013-11-13 Ilya Enkovich
* tree-ssa-strlen.c: Include tree-chkp.h.
(handle_builtin_strchr): Remove retbnd call
when st
Hi,
Here is a patch to replace BUILT_IN_CHKP_BNDRET with assignment when optimizing
strchr.
Thanks,
Ilya
--
2013-11-13 Ilya Enkovich
* tree-ssa-strlen.c: Include tree-chkp.h.
(handle_builtin_strchr): Remove retbnd call
when strchr call is removed.
diff --git a/gcc/t