Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / zos-simple-test.ll
bloba46079818b130d1c8660292bb6ead835a588020d
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
5 @a = global i32 0, align 4
7 define signext i32 @main() {
8 ; CHECK: .section ".text"
9 ; CHECK: main:
10 ; CHECK: .section "a"
11 entry:
12   ret i32 0