This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 458f2a4 [X86][SSE] getTargetConstantBitsFromNode - insert constant bi [...] new 6ef315b [DAGCombiner] revert r295336 new 61ce026 [WebAssembly] Configure codegen to legalize f16 values.
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 27 ++--- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 5 + test/CodeGen/AArch64/load-combine-big-endian.ll | 6 +- test/CodeGen/AArch64/load-combine.ll | 7 +- test/CodeGen/AMDGPU/insert_vector_elt.ll | 31 +++-- test/CodeGen/ARM/fp16-promote.ll | 12 +- test/CodeGen/ARM/load-combine-big-endian.ll | 11 +- test/CodeGen/ARM/load-combine.ll | 12 +- test/CodeGen/PowerPC/ppc64le-aggregates.ll | 5 +- test/CodeGen/WebAssembly/f16.ll | 28 +++++ test/CodeGen/X86/load-combine.ll | 133 ++++++++++++++++----- 11 files changed, 203 insertions(+), 74 deletions(-) create mode 100644 test/CodeGen/WebAssembly/f16.ll