Re: [PATCH] Make SCCVN constant-fold calls

2014-05-16 Thread Richard Biener
On Thu, 15 May 2014, Richard Biener wrote: > > For some odd reason I didn't implement this earlier. This is one > major source of 2nd-stage opportunities that come up when running > two adjacent FRE passes. > > Bootstrap and regtest ongoing on x86_64-unknown-linux-gnu. The following is what I

[PATCH] Make SCCVN constant-fold calls

2014-05-15 Thread Richard Biener
For some odd reason I didn't implement this earlier. This is one major source of 2nd-stage opportunities that come up when running two adjacent FRE passes. Bootstrap and regtest ongoing on x86_64-unknown-linux-gnu. Richard. 2014-05-15 Richard Biener * tree-ssa-sccvn.c (visit_use):