This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6859f8aaa97 [DEBUG_INFO, NVPTX] Add test for .debug_loc section, NFC. new 97e3954d2a0 [PhiValues] Adjust unit test to invalidate instructions bef [...] new 8746f255cda [AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16
The 2 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: include/llvm/IR/IntrinsicsAMDGPU.td | 6 +- lib/Target/AMDGPU/SIInstructions.td | 14 ++- test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll | 116 ++++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll | 16 ++-- unittests/Analysis/PhiValuesTest.cpp | 2 +- 5 files changed, 137 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll