summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove llvm.AMDGPU.clamp intrinsicMatt Arsenault2017-02-211-56/+0
| | | | llvm-svn: 295789
* AMDGPU: Redefine clamp node as clamp 0.0-1.0Matt Arsenault2017-02-211-4/+4
| | | | | | | | | | | Change implementation to use max instead of add. min/max/med3 do not flush denormals regardless of the mode, so it is OK to use it whether or not they are enabled. Also allow using clamp with f16, and use knowledge of dx10_clamp. llvm-svn: 295788
* Enable FeatureFlatForGlobal on Volcanic IslandsMatt Arsenault2017-01-241-1/+1
| | | | | | | | | | | This switches to the workaround that HSA defaults to for the mesa path. This should be applied to the 4.0 branch. Patch by Vedran Miletić <vedran@miletic.net> llvm-svn: 292982
* AMDGPU: Support commuting with immediate in src0Matt Arsenault2016-09-081-4/+4
| | | | llvm-svn: 280970
* AMDGPU: Remove last AMDIL intrinsicsMatt Arsenault2016-07-131-12/+1
| | | | llvm-svn: 275309
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+67
llvm-svn: 239657
OpenPOWER on IntegriCloud