This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9fd8c50014 Revert "[DebugInfo][X86] Fix handling of DBG_VALUE's in pos [...] new 0226ba23734 [AVR] Support the LDWRdPtr instruction with the same Src+Ds [...] new 05711fea069 [SelectionDAG] Use getBuildVector helper where possible. NFCI
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 8 +- lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | 12 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 4 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +-- lib/Target/AVR/AVRExpandPseudoInsts.cpp | 127 ++++++++++++--------- .../CodeGen/AVR/pseudo/LDDWRdPtrQ-same-src-dst.mir | 35 ++++++ test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir | 29 +++++ .../AVR/pseudo/expand-lddw-dst-src-same.mir | 35 ------ 8 files changed, 156 insertions(+), 107 deletions(-) create mode 100644 test/CodeGen/AVR/pseudo/LDDWRdPtrQ-same-src-dst.mir create mode 100644 test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir delete mode 100644 test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir