re PR tree-optimization/14796 ([tree-ssa] combine two shifts into one)
2005-06-12 James A. Morrison <phython@gcc.gnu.org> PR tree-optimization/14796 * fold-const.c (fold_binary): Transform (A >> C) << C into one BIT_AND_EXPR. <shift>: Transform (A OP c1) OP c2 into A OP (c1 + c2). From-SVN: r100853
Showing
gcc/testsuite/gcc.dg/pr14796-1.c
0 → 100644
gcc/testsuite/gcc.dg/pr14796-2.c
0 → 100644
Please
register
or
sign in
to comment