Re: [PATCH] phiopt: Use gphi *phi instead of gimple *phi some more

2021-05-06 Thread Richard Biener
On Thu, 6 May 2021, Jakub Jelinek wrote: > Hi! > > Various functions in phiopt are also called with a gphi * but use > gimple * argument for it. Fixed thusly, bootstrapped/regtested on > x86_64-linux and i686-linux, ok for trunk? Yes (obvious even). Richard. > 2021-05-06 Jakub Jelinek > >

[PATCH] phiopt: Use gphi *phi instead of gimple *phi some more

2021-05-06 Thread Jakub Jelinek via Gcc-patches
Hi! Various functions in phiopt are also called with a gphi * but use gimple * argument for it. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2021-05-06 Jakub Jelinek * tree-ssa-phiopt.c (value_replacement, minmax_replacement, abs_replacem