Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / codemodel.ll
blob4375366cfd79975da59ed8f93c6c35fdc2bb7312
1 ; RUN: not llc -verify-machineinstrs -o - -mtriple=s390x-linux-gnu -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY
2 ; RUN: not llc -verify-machineinstrs -o - -mtriple=s390x-linux-gnu -code-model=kernel < %s 2>&1 | FileCheck %s --check-prefix=KERNEL
4 ; TINY:    Target does not support the tiny CodeModel
5 ; KERNEL:    Target does not support the kernel CodeModel
7 define void @foo() {
8   ret void