-
- Downloads
re PR tree-optimization/14847 ([tree-ssa] combine "if (a & 1) goto there" and...
re PR tree-optimization/14847 ([tree-ssa] combine "if (a & 1) goto there" and "if (a & 4) goto there") 2008-04-30 Richard Guenther <rguenther@suse.de> PR tree-optimization/14847 * tree-ssa-ifcombine.c (get_name_for_bit_test): New helper function. (recognize_bits_test): Use it. (recognize_single_bit_test): Likewise. * gcc.dg/tree-ssa/ssa-ifcombine-6.c: New testcase. From-SVN: r134825
Showing
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-6.c 37 additions, 0 deletionsgcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-6.c
- gcc/tree-ssa-ifcombine.c 28 additions, 2 deletionsgcc/tree-ssa-ifcombine.c
Loading
Please register or sign in to comment