Re: [PATCH] Do not check call type compatibility when cloning cgraph edges

2019-10-01 Thread Jeff Law
On 9/30/19 3:30 AM, Martin Jambor wrote: > Hi, > > when looking into PR 70929 and thus looking at what > gimple_check_call_matching_types and gimple_check_call_args (both in > cgraph.c) do, I noticed that they get invoked a lot when cloning cgraph > edges when code is being copied as part of

[PATCH] Do not check call type compatibility when cloning cgraph edges

2019-09-30 Thread Martin Jambor
Hi, when looking into PR 70929 and thus looking at what gimple_check_call_matching_types and gimple_check_call_args (both in cgraph.c) do, I noticed that they get invoked a lot when cloning cgraph edges when code is being copied as part of inlining transformation, only to have their result