This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3a3d439652 Mips: Add ImmArg to intrinsics new bb7e40de731 SystemZ: Add ImmArg to intrinsics new 9e46efd856d Hexagon: Add ImmArg to intrinsics new 892b8f0cdb4 PowerPC: Add ImmArg to intrinsics new 39c8bbd6226 Verifier: Make sure masked load/store alignment is a power of 2
The 4 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/IR/IntrinsicsHexagon.td | 506 +++++++++++---------- include/llvm/IR/IntrinsicsPowerPC.td | 20 +- include/llvm/IR/IntrinsicsSystemZ.td | 38 +- lib/IR/Verifier.cpp | 8 +- test/Assembler/auto_upgrade_intrinsics.ll | 2 +- test/Transforms/InstCombine/masked_intrinsics.ll | 2 +- test/Verifier/SystemZ/intrinsic-immarg.ll | 166 +++++++ .../CostModel => Verifier}/SystemZ/lit.local.cfg | 0 test/Verifier/masked-load.ll | 10 + test/Verifier/masked-store.ll | 10 + 10 files changed, 489 insertions(+), 273 deletions(-) create mode 100644 test/Verifier/SystemZ/intrinsic-immarg.ll copy test/{Analysis/CostModel => Verifier}/SystemZ/lit.local.cfg (100%) create mode 100644 test/Verifier/masked-load.ll create mode 100644 test/Verifier/masked-store.ll