This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce95266bfba gn build: merge r360550 new fed0c65b298 Recommit r358887 "[TargetLowering][AMDGPU][X86] Improve Sim [...] new 1bfbf864518 gn build: support host build on ppc64 (a.k.a. powerpc64le)
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/TargetLowering.cpp | 26 +++++- lib/Target/X86/X86RegisterInfo.cpp | 15 ++++ lib/Target/X86/X86RegisterInfo.h | 5 ++ test/CodeGen/X86/bitcast-setcc-256.ll | 16 ---- test/CodeGen/X86/bitcast-setcc-512.ll | 8 +- test/CodeGen/X86/bitcast-vector-bool.ll | 24 +----- test/CodeGen/X86/dagcombine-cse.ll | 13 +-- test/CodeGen/X86/movmsk-cmp.ll | 112 ++++++------------------- test/CodeGen/X86/pr41619.ll | 27 ++++++ utils/gn/secondary/clang/test/BUILD.gn | 2 + utils/gn/secondary/compiler-rt/target.gni | 2 + utils/gn/secondary/lld/test/BUILD.gn | 3 +- utils/gn/secondary/llvm/lib/Target/targets.gni | 6 +- utils/gn/secondary/llvm/test/BUILD.gn | 2 + utils/gn/secondary/llvm/triples.gni | 4 + 15 files changed, 122 insertions(+), 143 deletions(-) create mode 100644 test/CodeGen/X86/pr41619.ll