This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 751bada62c8 [Pipeliner] Test commit: fixed spelling mistake in comments new 193fdf67307 [Asm] Fix another layering violation in assmebly macro dumping new b3f3c6b474d [AArch64] define isExtractSubvectorCheap new 3c992c643ca [ValueTracking] move helpers for SelectPatterns from InstCo [...]
The 3 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/Analysis/ValueTracking.h | 17 ++++++- lib/Analysis/ValueTracking.cpp | 24 +++++++++ lib/MC/MCAsmMacro.cpp | 2 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 8 +++ lib/Target/AArch64/AArch64ISelLowering.h | 5 ++ lib/Transforms/InstCombine/InstCombineSelect.cpp | 62 +++++------------------- test/CodeGen/AArch64/aarch64-vuzp.ll | 4 -- test/CodeGen/AArch64/arm64-ext.ll | 13 ----- test/CodeGen/AArch64/neon-scalar-copy.ll | 8 +-- 9 files changed, 68 insertions(+), 75 deletions(-)