This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8a22271900d [AArch64][SVE] Asm: Data-dependent loop predicate partition [...] new c358be353a3 AMDGPU: Stop wasting argument registers with v3i32/v3f32 new 234c23e0a02 [AArch64][SVE] Asm: Support for PFALSE and PTEST instructions.
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/AArch64SVEInstrInfo.td | 3 + lib/Target/AArch64/SVEInstrFormats.td | 42 ++++++++++++++ lib/Target/AMDGPU/SIISelLowering.cpp | 46 ++++++++++++++++ lib/Target/AMDGPU/SIISelLowering.h | 13 +++++ test/CodeGen/AMDGPU/call-argument-types.ll | 64 ++++++++++++++++++++-- test/CodeGen/AMDGPU/fmaxnum.ll | 22 ++++++++ test/CodeGen/AMDGPU/fminnum.ll | 11 ++++ test/CodeGen/AMDGPU/function-args.ll | 39 +++++++++++++ test/CodeGen/AMDGPU/function-returns.ll | 39 +++++++++++++ .../{brka-diagnostics.s => pfalse-diagnostics.s} | 4 +- test/MC/AArch64/SVE/{setffr.s => pfalse.s} | 8 +-- .../{brka-diagnostics.s => ptest-diagnostics.s} | 4 +- test/MC/AArch64/SVE/{wrffr.s => ptest.s} | 16 +++--- 13 files changed, 290 insertions(+), 21 deletions(-) copy test/MC/AArch64/SVE/{brka-diagnostics.s => pfalse-diagnostics.s} (82%) copy test/MC/AArch64/SVE/{setffr.s => pfalse.s} (83%) copy test/MC/AArch64/SVE/{brka-diagnostics.s => ptest-diagnostics.s} (82%) copy test/MC/AArch64/SVE/{wrffr.s => ptest.s} (71%)