summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/call-encoding.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove error on calls for amdgcnMatt Arsenault2017-08-031-3/+3
| | | | | | | | 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: Fix emitting encoded callsMatt Arsenault2017-08-021-0/+19
This was failing on out of bounds access to the extra operands on the s_swappc_b64 beyond those in the instruction definition. This was working, but somehow regressed within the past few weeks, although I don't see any obvious commit. llvm-svn: 309782
OpenPOWER on IntegriCloud