bolt/deps/llvm-18.1.8/mlir/test/Conversion/SPIRVToLLVM/spirv-storage-class-mapping-unsupported.mlir
2025-02-14 19:21:04 +01:00

5 lines
345 B
MLIR

// RUN: mlir-opt -convert-spirv-to-llvm='client-api=Metal' -verify-diagnostics %s
// RUN: mlir-opt -convert-spirv-to-llvm='client-api=Vulkan' -verify-diagnostics %s
// RUN: mlir-opt -convert-spirv-to-llvm='client-api=WebGPU' -verify-diagnostics %s
module {} // expected-warning-re {{address space mapping for client '{{.*}}' not implemented}}