This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23fe803d5a9 Revert rL349624 : Let TableGen write output only if it chan [...] new dbd92ddd527 [Dominators][CodeGen] Add MachinePostDominatorTree verification new 3a01de298f8 [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression [...]
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: include/llvm/CodeGen/MachinePostDominators.h | 1 + include/llvm/CodeGen/TargetLowering.h | 12 ++ lib/CodeGen/MachineDominators.cpp | 7 +- lib/CodeGen/MachinePostDominators.cpp | 15 +- lib/CodeGen/MachineSink.cpp | 3 - lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 308 +++------------------------ lib/CodeGen/SelectionDAG/TargetLowering.cpp | 240 +++++++++++++++++++++ test/CodeGen/AArch64/O3-pipeline.ll | 1 + 8 files changed, 303 insertions(+), 284 deletions(-)