brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · f8949cd Raw
7 lines · plain
1; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s2 3; CHECK: OpUnreachable4define void @test_unreachable() {5  unreachable6}7