This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd6d1e94a1b Fix a null pointer dereference in llvm-pdbutil pretty. new 4f4997576fa AArch64: don't try to emit an add (shifted reg) for SP. new 4d6bb2d8906 [ADT] Reduce duplication between {Contextual,}FoldingSet; NFC new c746f23920f AMDGPU/GlobalISel: Mark 32-bit G_ADD as legal
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/ADT/FoldingSet.h | 165 ++++++-------- lib/Support/FoldingSet.cpp | 42 ++-- lib/Target/AArch64/AArch64FastISel.cpp | 8 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 + test/CodeGen/AArch64/fast-isel-sp-adjust.ll | 288 ++++++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir | 22 ++ 6 files changed, 414 insertions(+), 113 deletions(-) create mode 100644 test/CodeGen/AArch64/fast-isel-sp-adjust.ll create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir