summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/inline-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-12/+0
| | | | llvm-svn: 239657
* R600: Move DataLayout to AMDGPUTargetMachineTom Stellard2015-01-281-2/+2
| | | | | | | | This is a follow up to r227113. It is now required to use the amdgcn target for SI and newer GPUs. llvm-svn: 227316
* R600/SI: Enable all tests that pass on VI without changesMarek Olsak2015-01-271-0/+1
| | | | llvm-svn: 227214
* R600/SI: Enable inline assemblyTom Stellard2014-12-031-0/+11
We just needed to remove the assertion in AMDGPURegisterInfo::getFrameRegister(), which is called when initializing the parser for inline assembly. llvm-svn: 223197
OpenPOWER on IntegriCloud