summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/agpr-register-count.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] separate accounting for agprsStanislav Mekhanoshin2019-10-021-10/+129
| | | | | | | | | Account and report agprs separately on gfx908. Other targets do not change the reporting. Differential Revision: https://reviews.llvm.org/D68307 llvm-svn: 373411
* [AMDGPU] w/a for gfx908 mfma SrcC literal HW bugStanislav Mekhanoshin2019-08-231-1/+1
| | | | | | | | gfx908 ignores an mfma if SrcC is a literal. Differential Revision: https://reviews.llvm.org/D66670 llvm-svn: 369816
* [AMDGPU] use v32f32 for 3 mfma intrinsicsStanislav Mekhanoshin2019-07-121-4/+4
| | | | | | | | | These should really use v32f32, but were defined as v32i32 due to the lack of the v32f32 type. Differential Revision: https://reviews.llvm.org/D64667 llvm-svn: 365972
* [AMDGPU] gfx908 mfma supportStanislav Mekhanoshin2019-07-111-0/+15
Differential Revision: https://reviews.llvm.org/D64584 llvm-svn: 365824
OpenPOWER on IntegriCloud