Commit 05d25603 by Jakub Jelinek Committed by Jakub Jelinek

Reapply:

	2018-12-15  Jakub Jelinek  <jakub@redhat.com>

	PR target/88489
	* gcc.target/i386/avx512vl-vfixupimmsd-2.c: New test.
	* gcc.target/i386/avx512vl-vfixupimmss-2.c: New test.

From-SVN: r268063
parent 2185e212
2019-01-18 Jakub Jelinek <jakub@redhat.com>
Reapply:
2018-12-15 Jakub Jelinek <jakub@redhat.com>
PR target/88489
* gcc.target/i386/avx512vl-vfixupimmsd-2.c: New test.
* gcc.target/i386/avx512vl-vfixupimmss-2.c: New test.
2019-01-18 Martin Liska <mliska@suse.cz> 2019-01-18 Martin Liska <mliska@suse.cz>
PR middle-end/88587 PR middle-end/88587
......
/* { dg-do run } */
/* { dg-options "-mavx512vl -O2 -std=gnu99" } */
/* { dg-require-effective-target avx512vl } */
/* { dg-require-effective-target c99_runtime } */
#define AVX512VL
#define AVX512F_LEN 512
#define AVX512F_LEN_HALF 256
#include "avx512f-vfixupimmsd-2.c"
static void
test_256 (void)
{
test_512 ();
}
static void
test_128 (void)
{
}
/* { dg-do run } */
/* { dg-options "-mavx512vl -O2 -std=gnu99" } */
/* { dg-require-effective-target avx512vl } */
/* { dg-require-effective-target c99_runtime } */
#define AVX512VL
#define AVX512F_LEN 512
#define AVX512F_LEN_HALF 256
#include "avx512f-vfixupimmss-2.c"
static void
test_256 (void)
{
test_512 ();
}
static void
test_128 (void)
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment