bolt/deps/llvm-18.1.8/llvm/test/CodeGen/WebAssembly/null-streamer.ll
2025-02-14 19:21:04 +01:00

18 lines
527 B
LLVM

; RUN: llc < %s -O0 -filetype=null -wasm-enable-eh -exception-model=wasm -mattr=+exception-handling
; RUN: llc < %s -O0 -filetype=asm -asm-verbose=false -wasm-enable-eh -exception-model=wasm -mattr=+exception-handling | FileCheck %s
target triple = "wasm32-unknown-unknown"
declare void @llvm.wasm.throw(i32, ptr)
declare void @g()
define i32 @test(ptr %p) {
%n = alloca i32
call void @llvm.wasm.throw(i32 0, ptr %p)
call void @g()
ret i32 0
}
; CHECK-DAG: .globaltype
; CHECK-DAG: .tagtype
; CHECK-DAG: .functype