This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ed68b36716 [CGP] Fix handling of null pointer values in optimizeMemoryInst new 14242fe7a3d [AMDGPU] Add custom lowering for llvm.log{,10}.{f16,f32} in [...]
The 1 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 | 30 +++++++++++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 + test/CodeGen/AMDGPU/llvm.log.f16.ll | 71 +++++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.log.ll | 89 ++++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.log10.f16.ll | 71 +++++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.log10.ll | 89 ++++++++++++++++++++++++++++++++ 6 files changed, 352 insertions(+) create mode 100644 test/CodeGen/AMDGPU/llvm.log.f16.ll create mode 100644 test/CodeGen/AMDGPU/llvm.log.ll create mode 100644 test/CodeGen/AMDGPU/llvm.log10.f16.ll create mode 100644 test/CodeGen/AMDGPU/llvm.log10.ll