This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c05af7aa8cb [X86] Regenerate merge store tests. NFCI. new ace970e5d2e [Triple] Add isThumb and isARM functions. new abb4a55f136 [DAGCombiner] Extending pattern detection for vector shuffl [...]
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/ADT/Triple.h | 10 +++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 ++++++++++++- lib/MC/MCSectionELF.cpp | 3 +- lib/Object/ELFObjectFile.cpp | 3 +- lib/Target/ARM/ARMAsmPrinter.cpp | 6 +- lib/Target/ARM/ARMAsmPrinter.h | 3 +- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 5 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 92 ++++++------------------- test/CodeGen/X86/vector-shuffle-512-v16.ll | 11 ++- test/CodeGen/X86/vector-shuffle-512-v8.ll | 13 ++-- test/CodeGen/X86/x86-interleaved-access.ll | 62 ++++++++--------- 11 files changed, 124 insertions(+), 133 deletions(-)