This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94bb740 Remove extra whitespace. NFC. new 82733bd [SystemZ] Support LRVH and STRVH opcodes
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/SystemZ/SystemZISelLowering.cpp | 71 ++++++++++++++++++++ lib/Target/SystemZ/SystemZISelLowering.h | 13 ++++ lib/Target/SystemZ/SystemZInstrInfo.td | 11 ++-- lib/Target/SystemZ/SystemZOperators.td | 24 +++++++ test/CodeGen/SystemZ/bswap-06.ll | 99 ++++++++++++++++++++++++++++ test/CodeGen/SystemZ/bswap-07.ll | 100 +++++++++++++++++++++++++++++ test/MC/Disassembler/SystemZ/insns.txt | 60 +++++++++++++++++ test/MC/SystemZ/insn-good.s | 44 +++++++++++++ 8 files changed, 417 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/SystemZ/bswap-06.ll create mode 100644 test/CodeGen/SystemZ/bswap-07.ll