brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · 1084012 Raw
9 lines · plain
1; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s2 3; CHECK: OpEntryPoint Kernel %[[#ENTRY:]] "foo"4; CHECK: OpExecutionMode %[[#ENTRY]] ContractionOff5define spir_kernel void @foo() {6entry:7  ret void8}9