This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80bb69d69bf [X86] Improve the type checking in isLegalMaskedLoad and is [...] new 5b94cee9307 [AMDGPU] V_CVT_F32_UBYTE{0,1,2,3} are full rate instructions new 154171347ba [SelectionDAG] Allow the user to specify a memeq function.
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: docs/ReleaseNotes.rst | 5 ++ include/llvm/Transforms/Utils/BuildLibCalls.h | 4 ++ lib/Analysis/TargetLibraryInfo.cpp | 13 +++++ lib/Target/AMDGPU/VOP1Instructions.td | 7 +-- lib/Transforms/Utils/BuildLibCalls.cpp | 31 ++++++++---- lib/Transforms/Utils/SimplifyLibCalls.cpp | 41 ++++++++++------ test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 4 +- test/CodeGen/AMDGPU/udivrem24.ll | 8 +-- test/CodeGen/X86/memcmp.ll | 67 ++++++++++++++++++++++++++ test/Transforms/InferFunctionAttrs/annotate.ll | 9 ++-- test/Transforms/InstCombine/memcmp-1.ll | 21 +++++++- test/Transforms/InstCombine/strcmp-1.ll | 24 ++++++++- 12 files changed, 197 insertions(+), 37 deletions(-)