Adjust testcase for Intel GDS.
gcc/testsuite/ChangeLog: * gcc.target/i386/avx512f-pr88464-2.c: Add -mgather to options. * gcc.target/i386/avx512f-pr88464-3.c: Ditto. * gcc.target/i386/avx512f-pr88464-4.c: Ditto. * gcc.target/i386/avx512f-pr88464-6.c: Ditto. * gcc.target/i386/avx512f-pr88464-7.c: Ditto. * gcc.target/i386/avx512f-pr88464-8.c: Ditto. * gcc.target/i386/avx512vl-pr88464-10.c: Ditto. * gcc.target/i386/avx512vl-pr88464-12.c: Ditto. * gcc.target/i386/avx512vl-pr88464-13.c: Ditto. * gcc.target/i386/avx512vl-pr88464-14.c: Ditto. * gcc.target/i386/avx512vl-pr88464-15.c: Ditto. * gcc.target/i386/avx512vl-pr88464-16.c: Ditto. * gcc.target/i386/avx512vl-pr88464-2.c: Ditto. * gcc.target/i386/avx512vl-pr88464-4.c: Ditto. * gcc.target/i386/avx512vl-pr88464-5.c: Ditto. * gcc.target/i386/avx512vl-pr88464-6.c: Ditto. * gcc.target/i386/avx512vl-pr88464-7.c: Ditto. * gcc.target/i386/avx512vl-pr88464-8.c: Ditto.
This commit is contained in:
parent
649388462e
commit
6450397ed0
18 changed files with 18 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512f } } } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#include "avx512f-check.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -fdump-tree-vect-details -mgather" } */
|
||||
/* { dg-final { scan-tree-dump-times "loop vectorized using 64 byte vectors" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512f } } } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#include "avx512f-check.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512f } } } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#include "avx512f-check.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -fdump-tree-vect-details -mgather" } */
|
||||
/* { dg-final { scan-tree-dump-times "loop vectorized using 64 byte vectors" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512f } } } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512f -mprefer-vector-width=512 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#include "avx512f-check.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -fdump-tree-vect-details -mgather" } */
|
||||
/* { dg-final { scan-tree-dump-times "loop vectorized using 32 byte vectors" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512 -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512 -fdump-tree-vect-details -mgather" } */
|
||||
/* { dg-final { scan-tree-dump-times "loop vectorized using 16 byte vectors" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -mgather -fdump-tree-vect-details" } */
|
||||
/* { dg-final { scan-tree-dump-times "loop vectorized using 32 byte vectors" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=256 -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512 -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512 -mgather -fdump-tree-vect-details" } */
|
||||
/* { dg-final { scan-tree-dump-times "loop vectorized using 16 byte vectors" 4 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR tree-optimization/88464 */
|
||||
/* { dg-do run { target { avx512vl } } } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512" } */
|
||||
/* { dg-options "-O3 -mavx512vl -mprefer-vector-width=128 -fno-vect-cost-model -mtune=skylake-avx512 -mgather" } */
|
||||
|
||||
#define AVX512VL
|
||||
#define AVX512F_LEN 512
|
||||
|
|
Loading…
Add table
Reference in a new issue