OSDN Git Service

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)
commitb47f061f5bbb2f6026c3de201dcfec66b322d086
tree7d8987a1c8b36f330ca92b259dc4e858583e7ca6
parent5311a6ea832105c29ada5c730b22b84456dc5965
AMDGPU: Add clamp bit to dot intrinsics

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338470 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/VOP3PInstructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll
test/CodeGen/AMDGPU/llvm.amdgcn.sdot2.ll
test/CodeGen/AMDGPU/llvm.amdgcn.sdot4.ll
test/CodeGen/AMDGPU/llvm.amdgcn.sdot8.ll
test/CodeGen/AMDGPU/llvm.amdgcn.udot2.ll
test/CodeGen/AMDGPU/llvm.amdgcn.udot4.ll
test/CodeGen/AMDGPU/llvm.amdgcn.udot8.ll