This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 56a07a98f89 [X86] Demote EmitTest to a helper function of EmitCmp. Rout [...] new 1b4867a8d93 [DAGCombiner] clean up visitEXTRACT_VECTOR_ELT new 4a6dc2dde35 [gn build] Add infrastructure to create symlinks and use it [...] new ee2b0072830 Silence CMP0048 warning in the benchmark utility library
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 267 +++++++++++++++--------------- utils/benchmark/CMakeLists.txt | 6 + utils/gn/build/symlink_or_copy.gni | 24 +++ utils/gn/build/symlink_or_copy.py | 43 +++++ utils/gn/secondary/BUILD.gn | 31 +++- utils/gn/secondary/lld/tools/lld/BUILD.gn | 26 ++- 6 files changed, 257 insertions(+), 140 deletions(-) create mode 100644 utils/gn/build/symlink_or_copy.gni create mode 100644 utils/gn/build/symlink_or_copy.py