On 6 June 2014 09:25, Richard Biener wrote:
>
> This moves the 2nd VRP pass to run befoe phi_only_cprop as
> VRP performs jump-threading which can result in BBs with
> PHI singletons.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu, applied.
>
> Richard.
>
Hi,
This caused PR 61430
https:/
This moves the 2nd VRP pass to run befoe phi_only_cprop as
VRP performs jump-threading which can result in BBs with
PHI singletons.
Bootstrapped and tested on x86_64-unknown-linux-gnu, applied.
Richard.
2014-06-06 Richard Biener
* passes.def: Move 2nd VRP pass before phi-only-cprop.