This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21f75f812f8 Test commit new 3db29f781f0 [lli] Make lli support -mcpu=native for CPU autodetection new 7481a4cf21d [X86] Add a DAG combine to combine (sext (setcc)) with VLX
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/CommandFlags.def | 20 +++++ lib/Target/X86/X86ISelLowering.cpp | 42 ++++++++++ test/CodeGen/X86/avx-schedule.ll | 16 ++-- test/CodeGen/X86/avx2-schedule.ll | 48 ++++------- test/CodeGen/X86/avx512-vec-cmp.ll | 23 ++---- test/CodeGen/X86/avx512-vec3-crash.ll | 5 +- test/CodeGen/X86/commute-fcmp.ll | 128 ++++++++---------------------- test/CodeGen/X86/sse41-schedule.ll | 6 +- test/CodeGen/X86/sse42-schedule.ll | 6 +- test/CodeGen/X86/vector-compare-all_of.ll | 52 ++++-------- test/CodeGen/X86/vector-compare-any_of.ll | 52 ++++-------- test/CodeGen/X86/vselect-packss.ll | 35 ++------ tools/lli/lli.cpp | 4 +- 13 files changed, 171 insertions(+), 266 deletions(-)