[X86] Add avx512f only command lines to the vector add/sub saturation tests. NFC
authorCraig Topper <craig.topper@gmail.com>
Sat, 14 Mar 2020 23:28:28 +0000 (16:28 -0700)
committerCraig Topper <craig.topper@gmail.com>
Sat, 14 Mar 2020 23:50:44 +0000 (16:50 -0700)
commit1ffc5074050831b19df8834e3abfcb151b304247
tree9e3b05a654a4b282c71d11e01c66a6df1ecedb58
parentb64afadf306f284a684ee656c6eefbd43c192c8d
[X86] Add avx512f only command lines to the vector add/sub saturation tests. NFC

Gives us coverage of splitting the v32i16/v64i8 when we have
avx512f and not avx512bw.

Considering making v32i16/v64i8 a legal type on avx512f which
needs this test coverage.
llvm/test/CodeGen/X86/sadd_sat_vec.ll
llvm/test/CodeGen/X86/ssub_sat_vec.ll
llvm/test/CodeGen/X86/uadd_sat_vec.ll
llvm/test/CodeGen/X86/usub_sat_vec.ll