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
[AArch64] Regenerate fp16 tests.
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
NVPTX
/
function-align.ll
blob
e7abfb128f58f93f221166916e44a9cc2b2236e3
1
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
2
3
; CHECK-NOT: .align 2
4
define ptx_device void @foo() align 2 {
5
; CHECK-LABEL: .func foo
6
ret void
7
}