bolt/deps/llvm-18.1.8/llvm/test/CodeGen/SPIRV/empty-opencl64.ll

12 lines
433 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
;; FIXME: ensure Magic Number, version number, generator's magic number, "bound" and "schema" are at least present
;; Ensure the required Capabilities are listed.
; CHECK-DAG: OpCapability Kernel
; CHECK-DAG: OpCapability Addresses
;; Ensure one, and only one, OpMemoryModel is defined.
; CHECK: OpMemoryModel Physical64 OpenCL
; CHECK-NOT: OpMemoryModel