summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/force-alwaysinline-lds-global-address.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Enable function calls by defaultMatt Arsenault2019-02-281-2/+2
| | | | | | | Fixes some crashes on illegal call situations which are unfortunately still valid IR. llvm-svn: 355051
* AMDGPU: Fix some outdated datalayouts in testsMatt Arsenault2018-09-131-1/+1
| | | | llvm-svn: 342131
* Reapply "AMDGPU: Force inlining if LDS global address is used"Matt Arsenault2018-07-101-0/+77
| | | | | | This reverts commit r336623 llvm-svn: 336675
* Revert "AMDGPU: Force inlining if LDS global address is used"Vlad Tsyrklevich2018-07-101-77/+0
| | | | | | | This reverts commit r336587, it was causing test failures on the sanitizer bots. llvm-svn: 336623
* AMDGPU: Force inlining if LDS global address is usedMatt Arsenault2018-07-091-0/+77
These won't work for the forseeable future. These aren't allowed from OpenCL, but IPO optimizations can make them appear. Also directly set the attributes on functions, regardless of the linkage rather than cloning functions like before. llvm-svn: 336587
OpenPOWER on IntegriCloud