This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from a9c1926d01f [MC] Improve COFF associative section lookup adds d2a106bf4ee Factor Node creation out of the demangler. No functionality [...] adds 2e94bd60b5a [X86] In EFLAGS copy pass, don't emit EXTRACT_SUBREG instru [...] adds 34d0ecae3a4 [DAGCombiner] Don't reassociate operations that have the ve [...] adds 96b3ee568e0 [DomTree] Add constructor to create a new DT based on curre [...] adds 218ada7811f [docs] Try to clarify the FuzzingLLVM docs adds 1f402bfa4fd Update MemorySSA in Local utils removing blocks.
No new revisions were added by this update.
Summary of changes: docs/FuzzingLLVM.rst | 10 +- include/llvm/IR/Dominators.h | 6 + include/llvm/Support/GenericDomTree.h | 9 + include/llvm/Support/GenericDomTreeConstruction.h | 19 ++ include/llvm/Transforms/Utils/Local.h | 11 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 +- lib/Demangle/ItaniumDemangle.cpp | 176 ++++++------ lib/IR/Dominators.cpp | 5 + lib/Target/X86/X86FlagsCopyLowering.cpp | 17 +- lib/Transforms/Utils/Local.cpp | 39 +-- test/CodeGen/X86/flags-copy-lowering.mir | 6 +- test/CodeGen/X86/pr38539.ll | 314 ++++++++++++++++++++++ test/CodeGen/X86/sad.ll | 181 ++----------- 13 files changed, 542 insertions(+), 273 deletions(-) create mode 100644 test/CodeGen/X86/pr38539.ll