summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/mem-builtins.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Mark test functions with hidden visibilityScott Linder2019-02-011-6/+6
| | | | | | | | | Prepare for future patch which affects codegen for calls to preemptible functions. Differential Revision: https://reviews.llvm.org/D57605 llvm-svn: 352920
* AMDGPU: Remove error on calls for amdgcnMatt Arsenault2017-08-031-1/+20
| | | | | | | | Repurpose the -amdgpu-function-calls flag. Rather than require it to emit a call, only use it to run the always inline path or not. llvm-svn: 310003
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-6/+6
| | | | | | | | | | | | 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: Fix crashes on memory functionsMatt Arsenault2016-08-111-0/+54
llvm-svn: 278369
OpenPOWER on IntegriCloud