diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-04-11 22:29:28 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-04-11 22:29:28 +0000 |
| commit | efa9f4b2107f5f89dbc78b355fe2614cdc541f85 (patch) | |
| tree | 3bdeb2110fd44e5ec3375a5617db7f60be36a883 /llvm/test/CodeGen/AMDGPU/calling-conventions.ll | |
| parent | e622dc38038ebc17a4f00ffa6622ff3db5383ce0 (diff) | |
| download | bcm5719-llvm-efa9f4b2107f5f89dbc78b355fe2614cdc541f85.tar.gz bcm5719-llvm-efa9f4b2107f5f89dbc78b355fe2614cdc541f85.zip | |
AMDGPU: Refactor SIMachineFunctionInfo slightly
Prepare for handling non-entry functions.
llvm-svn: 299999
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/calling-conventions.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/calling-conventions.ll | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/calling-conventions.ll b/llvm/test/CodeGen/AMDGPU/calling-conventions.ll index 55c2b503430..677147b6f4e 100644 --- a/llvm/test/CodeGen/AMDGPU/calling-conventions.ll +++ b/llvm/test/CodeGen/AMDGPU/calling-conventions.ll @@ -12,13 +12,13 @@ entry: } ; FIXME: This is treated like a kernel -; GCN-LABEL: {{^}}func: -; GCN: s_endpgm -define spir_func void @func(i32 addrspace(1)* %out) { -entry: - store i32 0, i32 addrspace(1)* %out - ret void -} +; XGCN-LABEL: {{^}}func: +; XGCN: s_endpgm +; define spir_func void @func(i32 addrspace(1)* %out) { +; entry: +; store i32 0, i32 addrspace(1)* %out +; ret void +; } ; GCN-LABEL: {{^}}ps_ret_cc_f16: ; SI: v_cvt_f16_f32_e32 v0, v0 |

