[AMDGPU] Add llvm.amdgcn.global.load.lds intrinsic
[llvm-project.git] / llvm / test / CodeGen / ARM / codemodel.ll
blobee435986c611575450e73352efa276eb8dedc564
1 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=arm-none-eabi -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY
2 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=arm-none-eabi -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