This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e07eada6ab [AVR] Insert JMP for long branches new f0dc6f9696a [AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X` new 5001c418eb0 [AVR] Factor out mayLoad in tablegen patterns new c54be30bc81 [AVR] Implement LPMWRdZ pseudo-instruction's expansion.
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: lib/Target/AVR/AVRExpandPseudoInsts.cpp | 53 ++++++++++++++++++++--- lib/Target/AVR/AVRInstrInfo.td | 10 ++--- test/CodeGen/AVR/atomics/load16.ll | 22 +++++----- test/CodeGen/AVR/load.ll | 14 +++--- test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir | 4 +- test/CodeGen/AVR/pseudo/LDWRdPtr.mir | 4 +- test/CodeGen/AVR/pseudo/LDWRdPtrPd.mir | 4 +- test/CodeGen/AVR/pseudo/LDWRdPtrPi.mir | 4 +- 8 files changed, 79 insertions(+), 36 deletions(-)