This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2a106bf4ee Factor Node creation out of the demangler. No functionality [...] new 2e94bd60b5a [X86] In EFLAGS copy pass, don't emit EXTRACT_SUBREG instru [...] new 34d0ecae3a4 [DAGCombiner] Don't reassociate operations that have the ve [...] new 96b3ee568e0 [DomTree] Add constructor to create a new DT based on curre [...] new 218ada7811f [docs] Try to clarify the FuzzingLLVM docs new 1f402bfa4fd Update MemorySSA in Local utils removing blocks.
The 5 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: 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/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 ++----------- 12 files changed, 443 insertions(+), 196 deletions(-) create mode 100644 test/CodeGen/X86/pr38539.ll