This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-defconfig in repository toolchain/ci/llvm-project.
from 65944ab50d6 [clangd] Adjust compile commands to be applicable for tooling adds 07ddb9d91ff Add another test for r354937 that came up in PR40890 adds 1a98dc18404 [AMDGPU] V_CVT_F32_UBYTE{0,1,2,3} are full rate instructions adds 8e16d73346f [SelectionDAG] Allow the user to specify a memeq function.
No new revisions were added by this update.
Summary of changes: clang/test/CodeGen/x86-64-inline-asm.c | 2 + llvm/docs/ReleaseNotes.rst | 5 ++ llvm/include/llvm/Transforms/Utils/BuildLibCalls.h | 4 ++ llvm/lib/Analysis/TargetLibraryInfo.cpp | 13 +++++ llvm/lib/Target/AMDGPU/VOP1Instructions.td | 7 ++- llvm/lib/Transforms/Utils/BuildLibCalls.cpp | 31 +++++++--- llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 41 ++++++++----- llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 4 +- llvm/test/CodeGen/AMDGPU/udivrem24.ll | 8 +-- llvm/test/CodeGen/X86/memcmp.ll | 67 ++++++++++++++++++++++ .../test/Transforms/InferFunctionAttrs/annotate.ll | 9 ++- llvm/test/Transforms/InstCombine/memcmp-1.ll | 21 ++++++- llvm/test/Transforms/InstCombine/strcmp-1.ll | 24 +++++++- 13 files changed, 199 insertions(+), 37 deletions(-)