This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb9d4e05e65 [SelectionDAG] Handle big endian target BITCAST in compute [...] new 42bc90e1724 [SystemZ] computeKnownBitsForTargetNode() / ComputeNumSign [...]
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 | 308 +++++++++++++- lib/Target/SystemZ/SystemZISelLowering.h | 6 + test/CodeGen/SystemZ/knownbits-intrinsics-binop.ll | 460 +++++++++++++++++++++ .../CodeGen/SystemZ/knownbits-intrinsics-unpack.ll | 384 +++++++++++++++++ test/CodeGen/SystemZ/knownbits.ll | 51 +++ test/CodeGen/SystemZ/signbits-intrinsics-binop.ll | 236 +++++++++++ test/CodeGen/SystemZ/signbits-intrinsics-unpack.ll | 97 +++++ test/CodeGen/SystemZ/signbits.ll | 36 ++ test/CodeGen/SystemZ/vec-trunc-to-i1.ll | 3 +- 9 files changed, 1560 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/SystemZ/knownbits-intrinsics-binop.ll create mode 100644 test/CodeGen/SystemZ/knownbits-intrinsics-unpack.ll create mode 100644 test/CodeGen/SystemZ/knownbits.ll create mode 100644 test/CodeGen/SystemZ/signbits-intrinsics-binop.ll create mode 100644 test/CodeGen/SystemZ/signbits-intrinsics-unpack.ll create mode 100644 test/CodeGen/SystemZ/signbits.ll