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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
indirect-br.ll
blob
781481954f4e0627092bb1ab08782eff8b072139
1
; RUN: llc -march=hexagon -hexagon-initial-cfg-cleanup=0 < %s | FileCheck %s
2
3
; CHECK: jumpr r{{[0-9]+}}
4
5
define i32 @check_indirect_br(ptr %target) nounwind {
6
entry:
7
indirectbr ptr %target, [label %test_label]
8
9
test_label:
10
br label %ret
11
12
ret:
13
ret i32 -1
14
}