summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU/R600: Replace barrier intrinsicsMatt Arsenault2016-07-181-25/+22
| | | | llvm-svn: 275870
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-3/+1
| | | | | | | | | | | This makes it possible to distinguish between mesa shaders and other kernels even in the presence of compute shaders. Patch By: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Differential Revision: http://reviews.llvm.org/D18559 llvm-svn: 265589
* AMDGPU: Switch barrier intrinsics to using convergentMatt Arsenault2015-12-191-1/+1
| | | | | | | | noduplicate prevents unrolling of small loops that happen to have barriers in them. If a loop has a barrier in it, it is OK to duplicate it for the unroll. llvm-svn: 256075
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+163
llvm-svn: 239657
OpenPOWER on IntegriCloud