This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f76a78bfee3 [LLVM][Alignment] Introduce Alignment Type in DataLayout new 61d2734e2d9 Reland: Fix and test inter-procedural register allocation for ARM
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: include/llvm/CodeGen/TargetRegisterInfo.h | 8 ++ lib/CodeGen/RegUsageInfoCollector.cpp | 7 ++ lib/Target/ARM/ARMBaseRegisterInfo.cpp | 6 + lib/Target/ARM/ARMBaseRegisterInfo.h | 3 + lib/Target/ARM/ARMFrameLowering.cpp | 3 +- test/CodeGen/ARM/ipra.ll | 202 ++++++++++++++++++++++++++++++ 6 files changed, 227 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/ARM/ipra.ll