re PR tree-optimization/66299 (more optimize opportunity)
PR tree-optimization/66299 * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1) ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New patterns. * gcc.dg/pr66299-1.c: New test. * gcc.dg/pr66299-2.c: New test. * gcc.dg/pr66299-3.c: New test. From-SVN: r224283
Showing
gcc/testsuite/gcc.dg/pr66299-1.c
0 → 100644
gcc/testsuite/gcc.dg/pr66299-2.c
0 → 100644
gcc/testsuite/gcc.dg/pr66299-3.c
0 → 100644
Please
register
or
sign in
to comment