This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 629f4edc0ea Update release notes for BinaryFormat library. new c5293f3fa4d [AMDGPU] Force qsads instrs to use different dest register [...] new f2225868665 [PPC] In PPCBoolRetToInt change the bool value to i64 if th [...]
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/AMDGPU/VOP3Instructions.td | 5 ++ lib/Target/PowerPC/PPCBoolRetToInt.cpp | 38 +++++++++----- test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll | 24 ++++++--- test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll | 59 +++++++++++++--------- test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll | 22 +++++--- test/CodeGen/PowerPC/BoolRetToIntTest-2.ll | 19 +++++++ test/CodeGen/PowerPC/BoolRetToIntTest.ll | 28 +++++----- 7 files changed, 132 insertions(+), 63 deletions(-) create mode 100644 test/CodeGen/PowerPC/BoolRetToIntTest-2.ll