This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ea42b4f0bdf [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...] new 74c2abe3c6c revert r306336 for breaking ppc test. new ffee4824e9e DAGCombine: Make sure we only eliminate trunc/extend when t [...]
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 | 14 +++-- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- test/CodeGen/X86/vector-truncate-combine.ll | 35 +++++++++++++ .../AArch64/loop-vectorization-factors.ll | 32 ++++++------ .../LoopVectorize/AArch64/reduction-small-size.ll | 16 +++--- test/Transforms/LoopVectorize/ARM/gcc-examples.ll | 6 +-- .../LoopVectorize/X86/fp64_to_uint32-cost-model.ll | 4 +- test/Transforms/LoopVectorize/X86/gcc-examples.ll | 15 +++--- .../LoopVectorize/X86/masked_load_store.ll | 60 ++++++++++------------ test/Transforms/LoopVectorize/X86/no_fpmath.ll | 2 +- .../LoopVectorize/X86/no_fpmath_with_hotness.ll | 2 +- .../LoopVectorize/X86/reduction-crash.ll | 2 +- .../X86/vectorization-remarks-loopid-dbg.ll | 2 +- .../LoopVectorize/X86/vectorization-remarks.ll | 2 +- 14 files changed, 112 insertions(+), 82 deletions(-) create mode 100644 test/CodeGen/X86/vector-truncate-combine.ll