This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ddc329 AMDGPU: Fix fdiv lowering when f32 denormals supported new ba3380e AMDGPU: Prune AMDGPUAsmParser in libdeps. new b3013ff AMDGPU: Simplify tests with per function subtargets new 86a94a3 AMDGPU: Merge / reorganize tests
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/LLVMBuild.txt | 2 +- test/CodeGen/AMDGPU/address-space.ll | 31 ------ test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 28 +++++ test/CodeGen/AMDGPU/default-fp-mode.ll | 78 +++++++++----- test/CodeGen/AMDGPU/fcanonicalize.ll | 75 ++++++++++---- test/CodeGen/AMDGPU/ffloor.f64.ll | 21 ++-- test/CodeGen/AMDGPU/fsqrt.f64.ll | 26 +++++ test/CodeGen/AMDGPU/fsqrt.ll | 154 ++++++++++++++++++++++++---- test/CodeGen/AMDGPU/hsa-fp-mode.ll | 68 +++++++++++- test/CodeGen/AMDGPU/llvm.amdgcn.rcp.ll | 123 +++++++++++++++------- test/CodeGen/AMDGPU/llvm.sin.ll | 90 +++++++++++----- test/CodeGen/AMDGPU/llvm.sqrt.ll | 117 --------------------- 12 files changed, 515 insertions(+), 298 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/address-space.ll create mode 100644 test/CodeGen/AMDGPU/fsqrt.f64.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.sqrt.ll