This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5265fbe31e0 [DAGCombiner] Rewrite r331896 in a different way to address [...] new 75dc9f32d0b [AArch64] Support adding X[8-15,18] registers as CSRs.
The 1 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/Target/AArch64/AArch64.td | 4 + lib/Target/AArch64/AArch64CallLowering.cpp | 9 +- lib/Target/AArch64/AArch64FastISel.cpp | 3 + lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 22 +++- lib/Target/AArch64/AArch64RegisterInfo.cpp | 37 ++++++ lib/Target/AArch64/AArch64RegisterInfo.h | 4 + lib/Target/AArch64/AArch64Subtarget.cpp | 1 + lib/Target/AArch64/AArch64Subtarget.h | 7 + .../CodeGen/AArch64/arm64-custom-call-saved-reg.ll | 141 +++++++++++++++++++++ .../AArch64/arm64-reserve-call-saved-reg.ll | 28 ++++ 11 files changed, 253 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AArch64/arm64-custom-call-saved-reg.ll create mode 100644 test/CodeGen/AArch64/arm64-reserve-call-saved-reg.ll