This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f79c73681d8 [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" new f35e82f91d4 Revert "[DAG, X86] Revert r327197 "Revert r327170, r327171, [...]
The 1 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 +-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 379 ++++++++++++++---------- 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 ++---- 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 +- 24 files changed, 667 insertions(+), 601 deletions(-) delete mode 100644 test/CodeGen/X86/pr36274.ll delete mode 100644 test/CodeGen/X86/pr36312.ll