summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-021-3/+3
| | | | | | | | This requires corresponding clang change. Differential Revision: https://reviews.llvm.org/D40955 llvm-svn: 324101
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-1/+1
| | | | | | | | | | | | Currently the default C calling convention functions are treated the same as compute kernels. Make this explicit so the default calling convention can be changed to a non-kernel. Converted with perl -pi -e 's/define void/define amdgpu_kernel void/' on the relevant test directories (and undoing in one place that actually wanted a non-kernel). llvm-svn: 298444
* AMDGPU/R600: Fix ALU clause markers use detectionJan Vesely2017-03-061-2/+2
| | | | | | | | also exit early on kill instead of redefinition. Differential Revision: https://reviews.llvm.org/D30230 llvm-svn: 297060
* llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +Asserts. This ↵NAKAMURA Takumi2017-02-191-0/+1
| | | | | | would run into infinite loop anyways with -Asserts. llvm-svn: 295591
* AMDGPU/R600: Assert on infinite loop in EmitClauseMarkersJan Vesely2017-02-181-0/+28
Differential Revision: https://reviews.llvm.org/D29792 llvm-svn: 295539
OpenPOWER on IntegriCloud