summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Increase default stack alignmentMatt Arsenault2018-03-291-4/+4
| | | | | | | 8 and 16-byte values are common, so increase the default alignment to avoid realigning the stack in most functions. llvm-svn: 328821
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-021-8/+8
| | | | | | | | This requires corresponding clang change. Differential Revision: https://reviews.llvm.org/D40955 llvm-svn: 324101
* AMDGPU: Enable IPRAMatt Arsenault2017-11-281-3/+3
| | | | llvm-svn: 319256
* 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 clobbering CSR VGPRs when spilling SGPR to itMatt Arsenault2017-08-021-4/+4
| | | | llvm-svn: 309783
* AMDGPU: Analyze callee resource usage in AsmPrinterMatt Arsenault2017-08-021-0/+230
llvm-svn: 309781
OpenPOWER on IntegriCloud