On Mon, Jan 23, 2012 at 6:33 AM, Andrew Pinski
wrote:
> Hi,
> The problem here is not really jump threading getting in the way of
> PHI-OPT rather there is no cleanup of the IR after jump thread but
> before phi-opt.
> This patch adds a pass_phi_only_cprop right after the first vrp and
> pass_mer
Hi,
The problem here is not really jump threading getting in the way of
PHI-OPT rather there is no cleanup of the IR after jump thread but
before phi-opt.
This patch adds a pass_phi_only_cprop right after the first vrp and
pass_merge_phi right before the first and last phiopts.
Since VRP does ju