This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 358d8cc Merging r276701 and r277439 new b55453a Merging r276648: -------------------------------------------- [...] new f89a462 Merging r277371: -------------------------------------------- [...]
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/Target/TargetLowering.h | 4 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 32 ++- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 10 + lib/Target/X86/X86ISelLowering.cpp | 21 ++ test/CodeGen/X86/avx512-cvt.ll | 347 ++++++++++++++++++++++++++++ test/CodeGen/X86/pr28504.ll | 37 +++ 6 files changed, 442 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/X86/pr28504.ll