This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8177e21eb0b [InstCombine] fold negate disguised as select+mul new 8f63d869131 [EarlyCSE] Pass preserves AA. new fe0144dd775 [AArch64][SVE] Implement punpk[hi|lo] intrinsics
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/IR/IntrinsicsAArch64.td | 12 ++++ lib/IR/Function.cpp | 5 +- lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 +- lib/Target/AArch64/SVEInstrFormats.td | 13 +++++ lib/Transforms/Scalar/EarlyCSE.cpp | 1 + .../AArch64/sve-intrinsics-pred-operations.ll | 65 ++++++++++++++++++++++ 6 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/AArch64/sve-intrinsics-pred-operations.ll