Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
llvm
/
test
/
CodeGen
/
Thumb
/
triple.ll
Text
·
98 B
·
0a1759f
Raw
8 lines · plain
1
; RUN: llc < %s -mtriple=thumb | FileCheck %s
2
3
; CHECK: .code 16
4
5
define void @f() {
6
ret void
7
}
8