This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41e2e9fdff8 [MachineOutliner][NFC] Remember when you map something ille [...] new 7cdbd1162cb [X86] Add test cases for adding vector support to isTruncat [...] new 41672bb1ce0 [DAGCombiner] Make the isTruncateOf call from visitZERO_EXT [...] new 08238b7fa9a [COFF, ARM64] Implement Intrinsic.sponentry for AArch64
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: docs/LangRef.rst | 79 ++++++++++------- include/llvm/CodeGen/ISDOpcodes.h | 2 +- include/llvm/IR/Intrinsics.td | 1 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 +++---- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 + lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/Target/AArch64/AArch64FastISel.cpp | 15 ++++ lib/Target/AArch64/AArch64ISelLowering.cpp | 12 +++ lib/Target/AArch64/AArch64ISelLowering.h | 1 + test/CodeGen/AArch64/sponentry.ll | 104 +++++++++++++++++++++++ test/CodeGen/X86/vector-pcmp.ll | 104 +++++++++++++++++++++++ 12 files changed, 307 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/AArch64/sponentry.ll