On March 5, 2018 9:40:28 PM GMT+01:00, Jakub Jelinek wrote:
>Hi!
>
>This patch clears DECL_BUILT_IN on simd clones, similarly how
>cgraphclones.c
>does:
> /* When signature changes, we need to clear builtin info. */
> if (DECL_BUILT_IN (new_decl)
> && args_to_skip
> && !bitmap_empty_p
Hi!
This patch clears DECL_BUILT_IN on simd clones, similarly how cgraphclones.c
does:
/* When signature changes, we need to clear builtin info. */
if (DECL_BUILT_IN (new_decl)
&& args_to_skip
&& !bitmap_empty_p (args_to_skip))
{
DECL_BUILT_IN_CLASS (new_decl) = NOT_BUIL