Re: Rewrite PTA constraint generation for function calls

2021-10-08 Thread Richard Biener via Gcc-patches
On Fri, 8 Oct 2021, Jan Hubicka wrote: > Hi, > this patch commonizes the three paths to produce constraints for function call > and makes it more flexible, so we can implement new features more easily. > Main > idea is to not special case pure and const since we can now describe all of > pure/co

Rewrite PTA constraint generation for function calls

2021-10-08 Thread Jan Hubicka
Hi, this patch commonizes the three paths to produce constraints for function call and makes it more flexible, so we can implement new features more easily. Main idea is to not special case pure and const since we can now describe all of pure/const via their EAF flags (implicit_const_eaf_flags and