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