aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AMDGPU/r600.func-alignment.ll
blob: 3112741562cbafb2368207eab07c7999e6f30b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc < %s -mtriple=r600 -mcpu=redwood | FileCheck %s
; RUN: llc < %s -mtriple=r600 -mcpu=rs880 | FileCheck  %s

; CHECK: .globl test
; Functions need to be cacheline (256B) aligned to prevent GPU hangs
; CHECK: .p2align 8
; CHECK: {{^}}test:
; CHECK: CF_END

define amdgpu_ps void @test(<4 x float> inreg %reg0) {
entry:
  ret void
}