This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84af877 [SCCP] Try to follow the DRY principle, use `OpSt`. new 2738e9c [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) [...] new fdc8303 [IPRA] Properly compute register usage at call sites.
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: include/llvm/CodeGen/MachineRegisterInfo.h | 7 ++- lib/CodeGen/MachineRegisterInfo.cpp | 5 +- lib/CodeGen/RegUsageInfoCollector.cpp | 5 +- lib/Target/SystemZ/SystemZInstrFormats.td | 30 ++++++++++ lib/Target/SystemZ/SystemZInstrInfo.cpp | 20 +++++++ lib/Target/SystemZ/SystemZInstrInfo.td | 12 ++++ lib/Target/SystemZ/SystemZProcessors.td | 7 ++- lib/Target/SystemZ/SystemZSubtarget.cpp | 2 +- lib/Target/SystemZ/SystemZSubtarget.h | 4 ++ test/CodeGen/SystemZ/cond-li.ll | 23 +++++++ test/CodeGen/X86/ipra-reg-usage.ll | 2 +- test/MC/Disassembler/SystemZ/insns-z13.txt | 96 ++++++++++++++++++++++++++++++ test/MC/SystemZ/insn-bad-z13.s | 23 +++++++ test/MC/SystemZ/insn-bad-zEC12.s | 11 ++++ test/MC/SystemZ/insn-good-z13.s | 68 +++++++++++++++++++++ 15 files changed, 305 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/SystemZ/cond-li.ll