On vie, 2014-09-26 at 12:57 -0400, Connor Abbott wrote:
> On Fri, Sep 26, 2014 at 9:02 AM, Iago Toral Quiroga wrote:
> > Original patch by Petri Latvala :
> >
> > Add an optimization pass that drops min/max expression operands that
> > can be proven to not contribute to the final result. The algor
On Fri, Sep 26, 2014 at 9:02 AM, Iago Toral Quiroga wrote:
> Original patch by Petri Latvala :
>
> Add an optimization pass that drops min/max expression operands that
> can be proven to not contribute to the final result. The algorithm is
> similar to alpha-beta pruning on a minmax search, from t