This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ee3d0c AMDGPU/SI: Don't use fixup_si_rodata for scratch rsrc relocations new 23b8e3e [SystemZ] Support Compare and Traps new 6bb889b Move isGuaranteedToExecute out of LICM. new 413a12b Disable MSan-hostile loop unswitching.
The 3 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/Transforms/Utils/LoopUtils.h | 22 ++-- lib/Target/SystemZ/README.txt | 6 - lib/Target/SystemZ/SystemZAsmPrinter.cpp | 30 +++++ lib/Target/SystemZ/SystemZElimCompare.cpp | 19 +-- lib/Target/SystemZ/SystemZISelLowering.cpp | 3 + lib/Target/SystemZ/SystemZInstrFormats.td | 34 ++++++ lib/Target/SystemZ/SystemZInstrInfo.cpp | 41 ++++++- lib/Target/SystemZ/SystemZInstrInfo.h | 21 ++-- lib/Target/SystemZ/SystemZInstrInfo.td | 83 ++++++++++--- lib/Transforms/Scalar/LICM.cpp | 77 +++---------- lib/Transforms/Scalar/LoopUnswitch.cpp | 18 +++ lib/Transforms/Utils/LoopUtils.cpp | 39 +++++++ test/CodeGen/SystemZ/trap-01.ll | 179 +++++++++++++++++++++++++++++ test/MC/Disassembler/SystemZ/insns.txt | 144 +++++++++++++++++++++++ test/MC/SystemZ/insn-bad.s | 88 ++++++++++++++ test/MC/SystemZ/insn-good.s | 172 +++++++++++++++++++++++++++ 16 files changed, 865 insertions(+), 111 deletions(-) create mode 100644 test/CodeGen/SystemZ/trap-01.ll