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
/
SystemZ
/
zos-simple-test.ll
blob
a46079818b130d1c8660292bb6ead835a588020d
1
; A simple, barebones test to check whether assembly can be emitted
2
; for the z/OS target
3
; RUN: llc < %s -mtriple=s390x-ibm-zos | FileCheck %s
4
5
@a = global i32 0, align 4
6
7
define signext i32 @main() {
8
; CHECK: .section ".text"
9
; CHECK: main:
10
; CHECK: .section "a"
11
entry:
12
ret i32 0
13
}