Re: Fix jump function update in inliner

2019-12-02 Thread Martin Jambor
Hi, On Sun, Dec 01 2019, Jan Hubicka wrote: > Hi, > this patch fixes the problem with clearing bits and m_vr in inliner > update we discussed earlier. I am not sure if > dete_type_change_from_memory_writes needs the clear? No, they don't. Since your rewrite of devirtualization, the jfunc parame

Fix jump function update in inliner

2019-12-01 Thread Jan Hubicka
Hi, this patch fixes the problem with clearing bits and m_vr in inliner update we discussed earlier. I am not sure if dete_type_change_from_memory_writes needs the clear? Bootstrapped/regtested x86_64-linux, Martin, does it make sense? Honza * ipa-prop.c (ipa_set_jf_unknown): Do not cle