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
/
XCore
/
call.ll
blob
6bf763b53ca1fe612915248674bbf9dff16bd443
1
; RUN: llc < %s -march=xcore | FileCheck %s
2
3
; CHECK-LABEL: bl_imm:
4
; CHECK: ldw [[R0:r[0-9]+]], cp
5
; CHECK: bla [[R0]]
6
define void @bl_imm() nounwind {
7
entry:
8
tail call void inttoptr (i64 65536 to ptr)() nounwind
9
ret void
10
}