repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
XCore
/
constants.ll
blob
8ba8b5c6a764ff8ebee79f30649f8a14ed97e3ac
1
; RUN: llvm-as < %s | llc -march=xcore -mcpu=xs1b-generic | FileCheck %s
2
3
; CHECK: .section .cp.rodata.cst4,"aMc",@progbits,4
4
; CHECK: .LCPI1_0:
5
; CHECK: .long 12345678
6
; CHECK: f:
7
; CHECK: ldw r0, cp[.LCPI1_0]
8
define i32 @f() {
9
entry:
10
ret i32 12345678
11
}