diff options
author | Tamar Christina <tamar.christina@arm.com> | 2021-11-10 12:02:39 +0000 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2021-11-10 12:05:50 +0000 |
commit | 92617a8e2af06c74e7df514d3560f246daf411e9 (patch) | |
tree | f7c0dbf4aac16995b48fcbbc160f12a117f2e7dc /gcc/tree-vectorizer.c | |
parent | 5cfa174e08e4964703387aa7de5ece448cc660b8 (diff) | |
download | gcc-92617a8e2af06c74e7df514d3560f246daf411e9.zip gcc-92617a8e2af06c74e7df514d3560f246daf411e9.tar.gz gcc-92617a8e2af06c74e7df514d3560f246daf411e9.tar.bz2 |
middle-end: Fix signbit tests when ran on ISA with support for masks.
These test don't work on vector ISAs where the truth
type don't match the vector mode of the operation.
However I still want the tests to run on these
architectures but just turn off the ISA modes that
enable masks.
This thus turns off SVE is it's on and turns off
AVX512 if it's on.
gcc/testsuite/ChangeLog:
* gcc.dg/signbit-2.c: Turn off masks.
* gcc.dg/signbit-5.c: Likewise.
Diffstat (limited to 'gcc/tree-vectorizer.c')
0 files changed, 0 insertions, 0 deletions