This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32afb0f40d5 [X86] Fix typo in test comment. NFC new 9de46729ce2 [AVR] Disallow the LDDWRdPtrQ instruction with Z as the des [...] new e1bfe1a5fa5 [X86] Custom type legalize v2i8/v2i16/v2i32 mul to use to pmuludq.
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/Target/AVR/AVRInstrInfo.td | 2 +- lib/Target/AVR/AVRRegisterInfo.td | 20 +++++++++++ lib/Target/X86/X86ISelLowering.cpp | 42 ++++++++++++++++++++++ .../CodeGen/AVR/pseudo/LDDWRdPtrQ-same-src-dst.mir | 10 +++--- test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir | 6 ++-- test/CodeGen/AVR/rust-avr-bug-37.ll | 25 +++++++++++++ test/CodeGen/AVR/rust-avr-bug-95.ll | 37 +++++++++++++++++++ test/CodeGen/X86/mmx-arith.ll | 42 +++++++++------------- test/CodeGen/X86/mulvi32.ll | 16 --------- 9 files changed, 149 insertions(+), 51 deletions(-) create mode 100644 test/CodeGen/AVR/rust-avr-bug-37.ll create mode 100644 test/CodeGen/AVR/rust-avr-bug-95.ll