Re: [patch 4/8 tree-optimization]: Bitwise or logic for fold_binary_loc.

2011-07-13 Thread Richard Guenther
On Wed, Jul 13, 2011 at 12:39 PM, Kai Tietz wrote: > 2011/7/13 Richard Guenther : >> On Wed, Jul 13, 2011 at 9:33 AM, Kai Tietz wrote: >>> Hello, >>> >>> This patch adds support to fold_binary_loc for one-bit precision >>> typed bitwise-or expression. >> >> Seems to be a fallout of the missing TR

Re: [patch 4/8 tree-optimization]: Bitwise or logic for fold_binary_loc.

2011-07-13 Thread Kai Tietz
2011/7/13 Richard Guenther : > On Wed, Jul 13, 2011 at 9:33 AM, Kai Tietz wrote: >> Hello, >> >> This patch adds support to fold_binary_loc for one-bit precision >> typed bitwise-or expression. > > Seems to be a fallout of the missing TRUTH_NOT conversion as well. > >> ChangeLog >> >> 2011-07-13  

Re: [patch 4/8 tree-optimization]: Bitwise or logic for fold_binary_loc.

2011-07-13 Thread Richard Guenther
On Wed, Jul 13, 2011 at 9:33 AM, Kai Tietz wrote: > Hello, > > This patch adds support to fold_binary_loc for one-bit precision > typed bitwise-or expression. Seems to be a fallout of the missing TRUTH_NOT conversion as well. > ChangeLog > > 2011-07-13  Kai Tietz   > >        * fold-const.c (fol

[patch 4/8 tree-optimization]: Bitwise or logic for fold_binary_loc.

2011-07-13 Thread Kai Tietz
Hello, This patch adds support to fold_binary_loc for one-bit precision typed bitwise-or expression. ChangeLog 2011-07-13 Kai Tietz * fold-const.c (fold_binary_loc): Add support for one-bit bitwise-or optimizeation. Bootstrapped and regression tested with prior patches of th