bolt/deps/llvm-18.1.8/llvm/test/CodeGen/SPIRV/instructions/unreachable.ll

7 lines
145 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
; CHECK: OpUnreachable
define void @test_unreachable() {
unreachable
}