Re: [patch 3/8 tree-optimization]: Bitwise logic for fold_truth_andor.

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_truth_andor for one-bit precision > typed bitwise-binary and bitwise-not expressions. Quickly checking some testcases shows we already perform all the foldings in other places. So please _always_ check

[patch 3/8 tree-optimization]: Bitwise logic for fold_truth_andor.

2011-07-13 Thread Kai Tietz
Hello, This patch adds support to fold_truth_andor for one-bit precision typed bitwise-binary and bitwise-not expressions. ChangeLog 2011-07-13 Kai Tietz * fold-const.c (fold_truth_andor): Add support for one-bit bitwise operations. Bootstrapped and regression tested with pr