This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f2266ac54a [libFuzzer] one more trophy new 1ae3ba04b81 [X86] Make sure we still emit zext for GR32 to GR64 when th [...] new e3402afeeeb [DAG, x86] allow store merging before and after legalizatio [...]
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 | 5 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +-- lib/Target/X86/X86InstrCompiler.td | 6 ++- test/CodeGen/X86/TruncAssertZext.ll | 42 ++++++++++++++++ .../CodeGen/X86/clear_upper_vector_element_bits.ll | 46 ++++++++--------- test/CodeGen/X86/merge-consecutive-loads-128.ll | 8 +-- test/CodeGen/X86/stores-merging.ll | 57 +++------------------- 7 files changed, 87 insertions(+), 85 deletions(-) create mode 100644 test/CodeGen/X86/TruncAssertZext.ll