This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a38085fb356 [NFC][Codegen][X86][AArch64][ARM][PowerPC] Recommit: Add te [...] new 5dbe244c913 [X86] Add patterns to select (scalar_to_vector (loadf32)) a [...] new cefe9c682fe [AMDGPU] LCSSA pass added in preISel. Uniform values define [...]
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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 18 ++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 + lib/Target/X86/X86InstrAVX512.td | 4 ++ lib/Target/X86/X86InstrSSE.td | 29 ++++++--- .../AMDGPU/divergent-branch-uniform-condition.ll | 47 +++++++------- test/CodeGen/X86/avx2-masked-gather.ll | 6 +- test/CodeGen/X86/build-vector-512.ll | 8 +-- test/CodeGen/X86/buildvec-insertvec.ll | 12 ++-- test/CodeGen/X86/copysign-constant-magnitude.ll | 12 ++-- test/CodeGen/X86/fp128-cast.ll | 2 +- test/CodeGen/X86/gather-addresses.ll | 30 ++++----- test/CodeGen/X86/half.ll | 14 ++-- test/CodeGen/X86/insert-into-constant-vector.ll | 4 +- test/CodeGen/X86/masked_expandload.ll | 2 +- test/CodeGen/X86/masked_load.ll | 8 +-- test/CodeGen/X86/merge-consecutive-loads-128.ll | 18 +++--- test/CodeGen/X86/mmx-build-vector.ll | 4 +- test/CodeGen/X86/pr2656.ll | 13 ++-- test/CodeGen/X86/pr30430.ll | 74 ++++++++-------------- test/CodeGen/X86/select-of-fp-constants.ll | 2 +- test/CodeGen/X86/sse-fcopysign.ll | 20 +++--- test/CodeGen/X86/var-permute-128.ll | 10 +-- test/CodeGen/X86/vector-shuffle-variable-128.ll | 36 +++++------ test/CodeGen/X86/vector-shuffle-variable-256.ll | 40 ++++++------ 24 files changed, 217 insertions(+), 197 deletions(-)