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
/
getBlockAddress.ll
blob
07d9b19ec4904c1fcc30e2e92281a81346a2f912
1
; RUN: llc -march=hexagon < %s
2
; REQUIRES: asserts
3
4
; Function Attrs: nounwind
5
define void @f0() #0 {
6
b0:
7
call void @f1(ptr blockaddress(@f0, %b1))
8
br label %b1
9
10
b1: ; preds = %b2, %b0
11
ret void
12
13
b2: ; No predecessors!
14
indirectbr ptr undef, [label %b1]
15
}
16
17
declare void @f1(...)
18
19
attributes #0 = { nounwind }