This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee817c2 [InstCombine] add vector tests for ext+adjust min/max new 3a876bd [CMake] Fix rpath construction for out-of-tree builds new f89a6d6 [InstCombine] add helper function for adjustMinMax(); NFCI new a2791e7 [AMDGPU] Check if type transforms to i16 (VI+) when getting A [...]
The 3 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: CMakeLists.txt | 14 -- cmake/modules/AddLLVM.cmake | 37 ++++++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 24 ++-- lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 25 +++- test/CodeGen/AMDGPU/ctlz.ll | 6 +- test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 162 +++++++++++------------ 8 files changed, 159 insertions(+), 124 deletions(-)