diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-06-26 21:15:03 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-06-26 21:15:03 +0000 |
| commit | b5798b09d302a5f49a05ad9a2df2ae8c646b3802 (patch) | |
| tree | f118f0ae335fc2e79d575f1eeb206af863570428 /llvm/test/CodeGen/AMDGPU/hsa.ll | |
| parent | f151a45ccd92c9cbbfda0b5676b045ab9e4b89c2 (diff) | |
| download | bcm5719-llvm-b5798b09d302a5f49a05ad9a2df2ae8c646b3802.tar.gz bcm5719-llvm-b5798b09d302a5f49a05ad9a2df2ae8c646b3802.zip | |
AMDGPU/SI: There are no implicit kernel args in the amdhsa ABI
Reviewers: arsenm
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D10706
llvm-svn: 240830
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/hsa.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/hsa.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/hsa.ll b/llvm/test/CodeGen/AMDGPU/hsa.ll index 3a76a364861..3561d4a274d 100644 --- a/llvm/test/CodeGen/AMDGPU/hsa.ll +++ b/llvm/test/CodeGen/AMDGPU/hsa.ll @@ -5,6 +5,7 @@ ; HSA-NEXT: .ascii "HSA Code Unit:0.0:AMD:0.1:GFX8.1:0" ; Test that the amd_kernel_code_t object is emitted ; HSA: .asciz +; HSA: s_load_dwordx2 s[{{[0-9]+:[0-9]+}}], s[0:1], 0x0 ; Make sure we are setting the ATC bit: ; HSA: s_mov_b32 s[[HI:[0-9]]], 0x100f000 ; HSA: buffer_store_dword v{{[0-9]+}}, s[0:[[HI]]], 0 |

