This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 22c1a157580 [AMDGPU] For OS type AMDPAL, fixed scratch on compute shader new d3ff090d699 [AArch64] Use FP to access the emergency spill slot new f660a02ee0b [DA] Improve alias checking in dependence analysis
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/Analysis/DependenceAnalysis.cpp | 47 +++++-- lib/Target/AArch64/AArch64FrameLowering.cpp | 38 ++++-- test/Analysis/DependenceAnalysis/AA.ll | 140 +++++++++++++++++++++ .../AArch64/arm64-alloca-frame-pointer-offset.ll | 4 +- .../AArch64/unreachable-emergency-spill-slot.mir | 21 ++++ 5 files changed, 228 insertions(+), 22 deletions(-) create mode 100644 test/Analysis/DependenceAnalysis/AA.ll create mode 100644 test/CodeGen/AArch64/unreachable-emergency-spill-slot.mir