Re: Fix handling of access ranges in ipa-modref

2020-10-13 Thread Martin Jambor
Hi, On Sun, Oct 11 2020, Jan Hubicka wrote: > Hi, > this patch fixes the range tracking in argument and re-enables it for clones > (the bug that broke dealII and x264 benchmarks) > > It turned out that there was three problems > 1) for SRA/ipa-cp clones we did not update summarries to represent n

Fix handling of access ranges in ipa-modref

2020-10-11 Thread Jan Hubicka
Hi, this patch fixes the range tracking in argument and re-enables it for clones (the bug that broke dealII and x264 benchmarks) It turned out that there was three problems 1) for SRA/ipa-cp clones we did not update summarries to represent new signature. This is now done in modref_transform.