This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51dad635ada [DAGCombiner] convert logic-of-setcc into bit magic (PR40611) new 1fcc05880eb [X86][AVX] Enable shuffle combining support for zero_extend new d1ae68f0324 [GlobalISel][AArch64] Select llvm.bswap* for non-vector types
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: lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 ++ lib/Target/AArch64/select-bswap.mir | 38 +++++++++++++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 12 +++++++--- test/CodeGen/AArch64/arm64-rev.ll | 11 +++++++++ test/CodeGen/AArch64/dp1.ll | 8 ++++++- test/CodeGen/X86/vector-shuffle-256-v8.ll | 27 +++++++++++++++------- 6 files changed, 86 insertions(+), 12 deletions(-) create mode 100644 lib/Target/AArch64/select-bswap.mir