This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d52551911e [X86][Btver2] Add correct mul/imul schedule costs new 91d396d6ecf [ARM] Convert more invalid NEON immediate loads
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/ARM/ARMInstrNEON.td | 131 ++++++++++++++------------- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 145 +++++++++++++++++++++--------- test/MC/ARM/vmov-vmvn-byte-replicate.s | 31 ------- test/MC/ARM/vmov-vmvn-replicate.s | 102 +++++++++++++++++++++ 4 files changed, 272 insertions(+), 137 deletions(-) delete mode 100644 test/MC/ARM/vmov-vmvn-byte-replicate.s create mode 100644 test/MC/ARM/vmov-vmvn-replicate.s