On Mon, Aug 29, 2011 at 6:43 AM, H.J. Lu wrote:
> On Tue, May 10, 2011 at 2:55 AM, Richard Guenther wrote:
>>
>> This moves fold-consts conversion folding to forwprop, our tree
>> pattern matcher & optimizer. In addition to what fold-const
>> does this makes us canonicalize unsigned truncations
On Tue, May 10, 2011 at 2:55 AM, Richard Guenther wrote:
>
> This moves fold-consts conversion folding to forwprop, our tree
> pattern matcher & optimizer. In addition to what fold-const
> does this makes us canonicalize unsigned truncations to use
> bitwise and of a mask, this form is more readi
This moves fold-consts conversion folding to forwprop, our tree
pattern matcher & optimizer. In addition to what fold-const
does this makes us canonicalize unsigned truncations to use
bitwise and of a mask, this form is more readily handled by
passes like VRP and this also makes it easier to comb