This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f824fe AMDGPU: Allow some control flow intrinsics to be CSEd new 16150b3 [InstCombine] canonicalize vector select with constant vector [...] new 78279ce [CMake] Support symlinks with the same name as the binary new 019f4de AMDGPU/SI: Fix kernel argument ABI for HSA
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: cmake/modules/AddLLVM.cmake | 10 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 39 +++ test/CodeGen/AMDGPU/kernel-args.ll | 306 ++++++++++++++++------- test/Transforms/InstCombine/blend_x86.ll | 42 ++-- test/Transforms/InstCombine/logical-select.ll | 8 +- test/Transforms/InstCombine/select.ll | 33 +++ test/Transforms/InstCombine/vec_demanded_elts.ll | 8 +- 8 files changed, 328 insertions(+), 121 deletions(-)