summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/debugger_insert_nops.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Clean up debugger testsKonstantin Zhuravlyov2016-05-091-79/+0
| | | | llvm-svn: 268944
* [AMDGPU] Insert nop pass: take care of outstanding feedbackKonstantin Zhuravlyov2016-04-221-4/+8
| | | | | | | | | | | - Switch few loops to range-based for loops - Fix nop insertion at the end of BB - Fix formatting - Check for endpgm Differential Revision: http://reviews.llvm.org/D19380 llvm-svn: 267167
* [AMDGPU] Add insert nops pass based on subtarget features instead of cl::optKonstantin Zhuravlyov2016-04-181-0/+75
Also, - Skip pass if machine module does not have debug info - Minor comment changes - Added test Differential Revision: http://reviews.llvm.org/D19079 llvm-svn: 266626
OpenPOWER on IntegriCloud