This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b2cfd19a0d [TargetLowering] Refactor BuildSDIV in preparation for D507 [...] new 25358c8f56e [NFC] Fix typo in test cases new b35922e680c [X86][SSE] Add sdiv by nonuniform constant vector test cont [...] new a0d83d520ea AMDGPU: Custom lower fexp
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: lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 32 ++++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 +- lib/Target/AMDGPU/SIISelLowering.cpp | 2 + test/CodeGen/AMDGPU/fexp.ll | 307 +++++++++++++++++++++++++++++++ test/CodeGen/X86/combine-sdiv.ll | 125 +++++++++++++ test/Transforms/InstCombine/pow-1.ll | 6 +- test/Transforms/InstCombine/pow-sqrt.ll | 1 - 7 files changed, 471 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fexp.ll