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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
XCore
/
align.ll
blob
53efa3962909bd4d54c67f6643034f8f47755246
1
; RUN: llc < %s -march=xcore | FileCheck %s
2
3
; CHECK: .p2align 2
4
; CHECK-LABEL: f:
5
define void @f() nounwind {
6
entry:
7
ret void
8
}
9
10
; CHECK: .p2align 1
11
; CHECK-LABEL: g:
12
define void @g() nounwind optsize {
13
entry:
14
ret void
15
}