[all-commits] [llvm/llvm-project] 1ffc50: [X86] Add avx512f only command lines to the vector...
topperc via All-commits
all-commits at lists.llvm.org
Sat Mar 14 16:50:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ffc5074050831b19df8834e3abfcb151b304247
https://github.com/llvm/llvm-project/commit/1ffc5074050831b19df8834e3abfcb151b304247
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M llvm/test/CodeGen/X86/sadd_sat_vec.ll
M llvm/test/CodeGen/X86/ssub_sat_vec.ll
M llvm/test/CodeGen/X86/uadd_sat_vec.ll
M llvm/test/CodeGen/X86/usub_sat_vec.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list