re PR tree-optimization/71636 (Missed optimization in variable alignment test)
2016-10-17 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> PR tree-optimization/71636 * match.pd (x & ((1 << b) - 1) -> x & ~(~0 << b)): New pattern. testsuite/ * gcc.dg/pr71636-1.c: New test-case. * gcc.dg/pr71636-2.c: Likewise. From-SVN: r241229
Showing
gcc/testsuite/gcc.dg/pr71636-1.c
0 → 100644
gcc/testsuite/gcc.dg/pr71636-2.c
0 → 100644
Please
register
or
sign in
to comment