AMDGPU: Add clamp bit to dot intrinsics
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Wed, 1 Aug 2018 01:31:30 +0000 (01:31 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Wed, 1 Aug 2018 01:31:30 +0000 (01:31 +0000)
commitbb30ef7af4ba4f4eb25e3d502c563f24469ff598
tree4d53963ca951d13bdb8ba55a3abc211641af506c
parent7a70be68650a114119f4eb8995e320520d32b6e3
AMDGPU: Add clamp bit to dot intrinsics

Differential Revision: https://reviews.llvm.org/D49874

llvm-svn: 338470
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/VOP3PInstructions.td
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sdot2.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sdot4.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sdot8.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.udot2.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.udot4.ll
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.udot8.ll