This patch disables propagation of ipcp information into lto partitions
where all instances of the node are marked to be inlined.
Motivation:
Incremental LTO needs stable values between compilations to be
effective. This requirement fails with following example:
void heavily_used_debug_function(i
> This patch disables propagation of ipcp information into lto partitions
> where all instances of the node are marked to be inlined.
>
> Motivation:
> Incremental LTO needs stable values between compilations to be
> effective. This requirement fails with following example:
>
> void heavily_used_