repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
r600.func-alignment.ll
blob
3112741562cbafb2368207eab07c7999e6f30b41
1
; RUN: llc < %s -mtriple=r600 -mcpu=redwood | FileCheck %s
2
; RUN: llc < %s -mtriple=r600 -mcpu=rs880 | FileCheck %s
3
4
; CHECK: .globl test
5
; Functions need to be cacheline (256B) aligned to prevent GPU hangs
6
; CHECK: .p2align 8
7
; CHECK: {{^}}test:
8
; CHECK: CF_END
9
10
define amdgpu_ps void @test(<4 x float> inreg %reg0) {
11
entry:
12
ret void
13
}