This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb037efeac2 [SimplifyLibcalls] Replace locked IO with unlocked IO new f8b36841ee3 AMDGPU: Custom lower v4i16/v4f16 vector operations new f392447b194 [llvm-exegesis] Fix unused variable warning in release mode.
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/AMDGPUISelLowering.cpp | 22 +++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 116 ++++++++++++--- lib/Target/AMDGPU/SIISelLowering.h | 1 + test/CodeGen/AMDGPU/extload-align.ll | 8 +- test/CodeGen/AMDGPU/extract_vector_elt-f16.ll | 85 ++++++----- test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 57 +++----- test/CodeGen/AMDGPU/insert_vector_elt.ll | 27 ---- test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 187 ++++++++++++++++++++++++- test/CodeGen/AMDGPU/min.ll | 4 +- tools/llvm-exegesis/lib/Analysis.cpp | 2 +- 11 files changed, 382 insertions(+), 131 deletions(-)