This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbc74cb8729 [ARM, AArch64] Check the no-stack-arg-probe attribute for d [...] new 3dd52e62ea3 [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" new 468ff8a9b83 [X86] Replace a couple calls to getExtendInVec with getNode [...] new e2a3256f7ce Remove an unused private variable.
The 3 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/CodeGen/SelectionDAGISel.h | 7 + include/llvm/CodeGen/SelectionDAGNodes.h | 45 ++- include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 4 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 379 +++++++++------------ lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 6 +- lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 5 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 +- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +- lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 10 +- lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 15 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 95 ++++-- lib/Target/X86/X86ISelLowering.cpp | 11 +- test/CodeGen/X86/avg.ll | 114 +++---- test/CodeGen/X86/avx-vbroadcastf128.ll | 6 +- test/CodeGen/X86/avx2-vbroadcast.ll | 191 ++++------- test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 +- test/CodeGen/X86/avx512-vbroadcasti128.ll | 9 +- test/CodeGen/X86/i256-add.ll | 145 ++++---- test/CodeGen/X86/masked_memop.ll | 3 +- test/CodeGen/X86/merge-consecutive-stores.ll | 9 +- test/CodeGen/X86/nontemporal.ll | 82 +++-- test/CodeGen/X86/pr36274.ll | 33 ++ test/CodeGen/X86/pr36312.ll | 35 ++ test/CodeGen/X86/required-vector-width.ll | 10 +- test/CodeGen/X86/store_op_load_fold2.ll | 12 +- test/CodeGen/X86/subvector-broadcast.ll | 48 +-- test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +- 28 files changed, 612 insertions(+), 682 deletions(-) create mode 100644 test/CodeGen/X86/pr36274.ll create mode 100644 test/CodeGen/X86/pr36312.ll