This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e209a1a12de Revert r317510 "[InstCombine] Pull shifts through a select [...] new 618cf290880 [ValueTracking] readonly (const) is a requirement for conve [...] new 490bc3940dd [X86] Make FeatureAVX512 imply FeatureFMA. new acf8758c20c [X86] Make FeatureAVX512 imply FeatureF16C. new 790be31f8c5 InstCombine: salvage the debug info of DCE'ed add instructions.
The 4 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: lib/Analysis/ValueTracking.cpp | 4 +- lib/Target/X86/X86.td | 14 +- lib/Target/X86/X86ISelLowering.cpp | 3 +- lib/Target/X86/X86InstrAVX512.td | 29 - lib/Target/X86/X86InstrInfo.td | 1 - lib/Target/X86/X86Subtarget.h | 2 +- lib/Transforms/Utils/Local.cpp | 35 +- test/CodeGen/X86/vec_fp_to_int.ll | 74 +- test/CodeGen/X86/vector-half-conversions.ll | 2718 ++++++++------------------ test/Transforms/InstCombine/debuginfo_add.ll | 108 + test/Transforms/SLPVectorizer/X86/call.ll | 45 +- 11 files changed, 955 insertions(+), 2078 deletions(-) create mode 100644 test/Transforms/InstCombine/debuginfo_add.ll