This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f343c82fa29 [AArch64] Fix formatting (NFC) new b82e24e53fc [ARC] Add ARCOptAddrMode pass to generate postincrement loa [...]
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/ARC/ARC.h | 1 + lib/Target/ARC/ARCFrameLowering.cpp | 2 +- lib/Target/ARC/ARCOptAddrMode.cpp | 507 ++++++++++++++++++++++++++++++++++++ lib/Target/ARC/ARCTargetMachine.cpp | 5 +- lib/Target/ARC/CMakeLists.txt | 1 + test/CodeGen/ARC/addrmode.ll | 68 +++++ 6 files changed, 582 insertions(+), 2 deletions(-) create mode 100644 lib/Target/ARC/ARCOptAddrMode.cpp create mode 100644 test/CodeGen/ARC/addrmode.ll