This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 941593b [X86] Add test case for PR30511 and r282341. new 7a5ffa3 [Power9] Builtins for ELF v.2 API conformance - back end portion
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: include/llvm/IR/IntrinsicsPowerPC.td | 36 +++++ lib/Target/PowerPC/PPCISelLowering.cpp | 60 ++++++++- lib/Target/PowerPC/PPCInstrAltivec.td | 47 +++---- lib/Target/PowerPC/PPCInstrVSX.td | 2 + .../PowerPC/p9-vector-compares-and-counts.ll | 147 +++++++++++++++++++++ test/CodeGen/PowerPC/vsx.ll | 34 +++-- 6 files changed, 276 insertions(+), 50 deletions(-) create mode 100644 test/CodeGen/PowerPC/p9-vector-compares-and-counts.ll