1 // RUN: mlir-opt -convert-spirv-to-llvm %s | FileCheck %s
3 //===----------------------------------------------------------------------===//
5 //===----------------------------------------------------------------------===//
8 spv.module Logical GLSL450 {}
11 spv.module @foo Logical GLSL450 {}
14 spv.module Logical GLSL450 requires #spv.vce<v1.0, [Shader], [SPV_KHR_16bit_storage]> {}
17 spv.module Logical GLSL450 {
18 // CHECK-LABEL: llvm.func @empty()
19 spv.func @empty() -> () "None" {