This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0137ee6cae6 [AArch64] Refactor identification of SIMD immediates new ca78a8c1842 [X86][AVX512] Add missing scheduling class tag for KMOVB/KM [...] new 4c334a7e90d [AArch64] Improve v8.1-A code-gen for atomic load-and
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/ISDOpcodes.h | 1 + include/llvm/CodeGen/SelectionDAGNodes.h | 2 + include/llvm/Target/TargetSelectionDAG.td | 3 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 + lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 + lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 + lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/Target/AArch64/AArch64ISelLowering.cpp | 21 +++++ lib/Target/AArch64/AArch64ISelLowering.h | 1 + lib/Target/AArch64/AArch64InstrAtomics.td | 7 +- lib/Target/X86/X86InstrAVX512.td | 8 +- test/CodeGen/AArch64/atomic-ops-lse.ll | 96 +++++++++++++++++++++++ 12 files changed, 141 insertions(+), 4 deletions(-)