This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a52cee0a8da [PS4] Emit a trap after a stack-protector fail call. new bef7c477cd6 [X86] Add vector mulo with power of two operand tests; NFC new 54def48087b [AArch64] Improve FP16 instruction selection for vector rou [...]
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: lib/Target/AArch64/AArch64ISelLowering.cpp | 19 ++- lib/Target/AArch64/AArch64ISelLowering.h | 1 + test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 20 +++ test/CodeGen/AArch64/fp16-v4-instructions.ll | 34 +++-- test/CodeGen/AArch64/fp16-v8-instructions.ll | 64 +++++---- test/CodeGen/X86/mulo-pow2.ll | 188 +++++++++++++++++++++++++ 6 files changed, 279 insertions(+), 47 deletions(-) create mode 100644 test/CodeGen/X86/mulo-pow2.ll