gnu/gcc/f7c7c044d44e71c690a65534f76ec67c6a7fe2a0 testsuite: enable vector MIN for vec-narrow-1.C on x86
The positive test only folds when the wide and narrow vector MIN operations
are available. Default x86_64 lowers the V2DI MIN before the narrowing rule
can see it, so the dump still contains the wide type.
Enable AVX512VL and AVX512DQ for x86 targets to enable the type.
Tested on x86_64-pc-linux-gnu.
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/vec-narrow-1.C: Enable AVX512VL and AVX512DQ on
x86 targets.
Signed-off-by: Kyrylo Tkachov <ktkachov@nvidia.com>
1 file changed