We don't generate AMDGPUISD::CLAMP for R600 now that llvm.AMDGPU.clamp
is gone.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47181
AMDGPU/R600: Remove code for handling AMDGPUISD::CLAMP ClosedPublic Authored by tstellar on May 21 2018, 10:56 PM.
Details Summary We don't generate AMDGPUISD::CLAMP for R600 now that llvm.AMDGPU.clamp
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 3 others. · View Herald TranscriptMay 21 2018, 10:56 PM This revision is now accepted and ready to land.May 21 2018, 11:05 PM Closed by commit rL333153: AMDGPU/R600: Remove code for handling AMDGPUISD::CLAMP (authored by tstellar). · Explain WhyMay 23 2018, 10:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148336 llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/R600ISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/R600Instructions.td
llvm/trunk/lib/Target/AMDGPU/SIISelLowering.h
llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
|