[AMDGPU] Add llvm.amdgcn.global.load.lds intrinsic
[llvm-project.git] / llvm / test / CodeGen / ARM / trap-unreachable.ll
blob605d5a234291a4226bad42c5c7c02b02dcf62bf0
1 ; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
2 ; CHECK: .inst.n 0xdefe
4 define void @test() #0 {
5   unreachable
8 attributes #0 = { nounwind }