Mercurial > hg > CbC > CbC_llvm
view llvm/test/CodeGen/AMDGPU/max-sgprs.ll @ 206:f17a3b42b08b
Added tag before-12 for changeset b7591485f4cd
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 07 Jun 2021 21:25:57 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s ; GCN-LABEL: {{^}}max_sgprs_gfx10: ; GCN: NumSgprs: 108 define amdgpu_kernel void @max_sgprs_gfx10() #0 { call void asm sideeffect "", "~{s[0:7]}" () call void asm sideeffect "", "~{s[8:15]}" () call void asm sideeffect "", "~{s[16:23]}" () call void asm sideeffect "", "~{s[24:31]}" () call void asm sideeffect "", "~{s[32:39]}" () call void asm sideeffect "", "~{s[40:47]}" () call void asm sideeffect "", "~{s[48:55]}" () call void asm sideeffect "", "~{s[56:63]}" () call void asm sideeffect "", "~{s[64:71]}" () call void asm sideeffect "", "~{s[72:79]}" () call void asm sideeffect "", "~{s[80:87]}" () call void asm sideeffect "", "~{s[88:95]}" () call void asm sideeffect "", "~{s[96:99]}" () call void asm sideeffect "", "~{s[100:104]}" () call void asm sideeffect "", "~{s105}" () call void asm sideeffect "", "~{vcc}" () ret void } attributes #0 = { nounwind "target-cpu"="gfx1010" }