Re: [PATCH] Alternate fix for PR87229, fix PR88112

2018-11-22 Thread Richard Biener
On Wed, 21 Nov 2018, Richard Biener wrote: > > My previous fix for PR87229 was too aggressive. The following > simply teaches the LTO streamer to deal with CALL_EXPRs, support > for which was already in place. I've amended it with two > missing pieces, streaming of CALL_EXPR_BY_DESCRIPTOR and C

[PATCH] Alternate fix for PR87229, fix PR88112

2018-11-21 Thread Richard Biener
My previous fix for PR87229 was too aggressive. The following simply teaches the LTO streamer to deal with CALL_EXPRs, support for which was already in place. I've amended it with two missing pieces, streaming of CALL_EXPR_BY_DESCRIPTOR and CALL_EXPR_IFN. LTO bootstrapped and tested on x86_64-