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