This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e067bb37cc Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads. new e98aa2ca912 [llvm-exegesis][NFC] More tests for ExegesisTarget::fillMem [...] new 810477cac97 [SelectionDAG] add simplifySelect() to reduce code duplicat [...]
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/SelectionDAG.h | 3 ++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 20 +--------- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 43 ++++++++++++--------- tools/llvm-exegesis/lib/LlvmState.cpp | 13 ++++--- tools/llvm-exegesis/lib/LlvmState.h | 3 +- unittests/tools/llvm-exegesis/X86/TargetTest.cpp | 48 ++++++++++++++++-------- 6 files changed, 71 insertions(+), 59 deletions(-)