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
/
Mips
/
trap1.ll
blob
575574a0a3b1ab33d5495e81c6949f7a245531d3
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
2
3
declare void @llvm.trap()
4
5
; Function Attrs: nounwind optsize readnone
6
define i32 @main() {
7
entry:
8
call void @llvm.trap()
9
unreachable
10
; pic: break 0
11
ret i32 0
12
}
13