Re: [PATCH] Fix(?) PR66002

2015-05-07 Thread Richard Biener
On Mon, 4 May 2015, Richard Biener wrote: This fixes a missed vectorization of a function in paq8p. Without merged PHI nodes phiopt doesn't recognize adjacent MIN/MAX_EXPRs. Certainly no other pass I schedule mergephi over cares for merged PHIs (DCE might even be confused here).

[PATCH] Fix(?) PR66002

2015-05-04 Thread Richard Biener
This fixes a missed vectorization of a function in paq8p. Without merged PHI nodes phiopt doesn't recognize adjacent MIN/MAX_EXPRs. Certainly no other pass I schedule mergephi over cares for merged PHIs (DCE might even be confused here). Bootstrap and regtest running on