Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove error on calls for amdgcn | Matt Arsenault | 2017-08-03 | 1 | -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 calls | Matt Arsenault | 2017-08-02 | 1 | -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 |