diff options
author | Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | 2016-10-17 08:48:43 +0000 |
---|---|---|
committer | Prathamesh Kulkarni <prathamesh3492@gcc.gnu.org> | 2016-10-17 08:48:43 +0000 |
commit | 89b80c429a4e09fa8f3ccc1dfc2c2ec17f663d88 (patch) | |
tree | 2f792ea3c5eed724349f041f4fc4bb764d9f5cdb /gcc/omp-simd-clone.c | |
parent | d6b1fea25cf97d8f766dbebc092f4d7b388fc313 (diff) | |
download | gcc-89b80c429a4e09fa8f3ccc1dfc2c2ec17f663d88.zip gcc-89b80c429a4e09fa8f3ccc1dfc2c2ec17f663d88.tar.gz gcc-89b80c429a4e09fa8f3ccc1dfc2c2ec17f663d88.tar.bz2 |
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
Diffstat (limited to 'gcc/omp-simd-clone.c')
0 files changed, 0 insertions, 0 deletions