diff options
author | Tom Stellard <tstellar@redhat.com> | 2018-05-24 05:28:34 +0000 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2018-05-24 05:28:34 +0000 |
commit | 1b95fed6f7e106bf49fd075dc584069d8ba83e59 (patch) | |
tree | 3dad6cd7724475a9ca0e89648f33224e7f1f73bf /llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h | |
parent | 361941283ffecf4544cf86aa952ff882a37841be (diff) | |
download | bcm5719-llvm-1b95fed6f7e106bf49fd075dc584069d8ba83e59.tar.gz bcm5719-llvm-1b95fed6f7e106bf49fd075dc584069d8ba83e59.zip |
AMDGPU/R600: Remove code for handling AMDGPUISD::CLAMP
Summary:
We don't generate AMDGPUISD::CLAMP for R600 now that llvm.AMDGPU.clamp
is gone.
Reviewers: arsenm, nhaehnle
Reviewed By: arsenm
Subscribers: kzhuravl, wdng, yaxunl, dstuttard, tpr, t-tye, llvm-commits
Differential Revision: https://reviews.llvm.org/D47181
llvm-svn: 333153
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h index 45c89235ac1..8d2183f411a 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h +++ b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h @@ -78,7 +78,6 @@ protected: bool shouldCombineMemoryType(EVT VT) const; SDValue performLoadCombine(SDNode *N, DAGCombinerInfo &DCI) const; SDValue performStoreCombine(SDNode *N, DAGCombinerInfo &DCI) const; - SDValue performClampCombine(SDNode *N, DAGCombinerInfo &DCI) const; SDValue performAssertSZExtCombine(SDNode *N, DAGCombinerInfo &DCI) const; SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL, |