summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/nsa-reassign.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Fix high occupancy calculation and print itStanislav Mekhanoshin2019-07-311-2/+2
| | | | | | | | | | | We had couple places which still return 10 as a maximum occupancy. Fixed. Also print comment about occupancy as compiler see it. Differential Revision: https://reviews.llvm.org/D65423 llvm-svn: 367381
* [AMDGPU] Fixed occupancy calculation for gfx10Stanislav Mekhanoshin2019-07-191-2/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D65010 llvm-svn: 366616
* [AMDGPU] gfx1010 GCNNSAReassign passStanislav Mekhanoshin2019-05-011-0/+102
Convert NSA into non-NSA images. Differential Revision: https://reviews.llvm.org/D61341 llvm-svn: 359700
OpenPOWER on IntegriCloud