summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/call-constexpr.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Packed thread ids in function call ABIStanislav Mekhanoshin2019-06-281-0/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D63851 llvm-svn: 364619
* [AMDGPU] Mark test functions with hidden visibilityScott Linder2019-02-011-4/+4
| | | | | | | | | Prepare for future patch which affects codegen for calls to preemptible functions. Differential Revision: https://reviews.llvm.org/D57605 llvm-svn: 352920
* [AMDGPU] Add a pass to promote bitcast callsScott Linder2018-10-261-0/+140
AMDGPU currently only supports direct calls, but at lower optimisation levels it fails to lower statically direct calls which appear indirect due to a bitcast. Add a pass to visit all CallSites and use CallPromotionUtils to "devirtualize" calls. Differential Revision: https://reviews.llvm.org/D52741 llvm-svn: 345382
OpenPOWER on IntegriCloud