This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51588a05505 AMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALU new 63783791183 Regenerate vector-urem test. NFCI. new b2c8f01446f [DAG, X86] Improve Dependency analysis when doing multi-nod [...]
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/CodeGen/SelectionDAGNodes.h | 36 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 295 ++++--------- lib/Target/X86/X86ISelDAGToDAG.cpp | 65 +-- 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/foldmem_cycle.ll | 34 ++ test/CodeGen/X86/i256-add.ll | 145 +++---- test/CodeGen/X86/load-op-store-fusion.ll | 32 ++ test/CodeGen/X86/masked_memop.ll | 3 +- test/CodeGen/X86/merge-consecutive-stores.ll | 9 +- test/CodeGen/X86/nontemporal.ll | 82 ++-- test/CodeGen/X86/store_op_load_fold2.ll | 12 +- test/CodeGen/X86/subvector-broadcast.ll | 48 +-- test/CodeGen/X86/var-permute-256.ll | 540 ++++++++---------------- test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +- test/Transforms/InstCombine/vector-urem.ll | 4 +- 19 files changed, 647 insertions(+), 987 deletions(-) create mode 100644 test/CodeGen/X86/foldmem_cycle.ll create mode 100644 test/CodeGen/X86/load-op-store-fusion.ll