diff options
author | Ilya Enkovich <enkovich.gnu@gmail.com> | 2016-03-17 10:58:26 +0000 |
---|---|---|
committer | Ilya Enkovich <ienkovich@gcc.gnu.org> | 2016-03-17 10:58:26 +0000 |
commit | 0c8b64cb587dbe83a0660878c69d7ff96589673c (patch) | |
tree | df813d10b32fa201cc0b67533f0f01f5bee67085 /gcc/fortran/trans-openmp.c | |
parent | a7ceba7d02ca7eb946aa99b6f97195cc5a4e5123 (diff) | |
download | gcc-0c8b64cb587dbe83a0660878c69d7ff96589673c.zip gcc-0c8b64cb587dbe83a0660878c69d7ff96589673c.tar.gz gcc-0c8b64cb587dbe83a0660878c69d7ff96589673c.tar.bz2 |
match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply for boolean vector with vector mode only.
gcc/
* match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
for boolean vector with vector mode only.
(A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
gcc/testsuite/
* gcc.target/i386/pr70251.c: New test.
From-SVN: r234283
Diffstat (limited to 'gcc/fortran/trans-openmp.c')
0 files changed, 0 insertions, 0 deletions