brintos

brintos / llvm-project-archived public Read only

0
0
Text · 263 B · 2b09f52 Raw
11 lines · plain
1; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s2 3; CHECK: OpEntryPoint Kernel %[[#ENTRY:]] "foo"4; CHECK-NOT: OpExecutionMode %[[#ENTRY]] ContractionOff5define spir_kernel void @foo() {6entry:7  ret void8}9 10!opencl.enable.FP_CONTRACT = !{}11