[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / SPIRV / memory_model_md.ll
blobe52343cbbb7e4b875319c8ff2541ddf47c361436
1 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=SPV
3 ; SPV: OpMemoryModel Physical32 Simple
4 define dso_local dllexport void @k_no_fc(i32 %ibuf, i32 %obuf) local_unnamed_addr {
5 entry:
6   ret void
9 !spirv.MemoryModel = !{!0}
11 !0 = !{i32 1, i32 0}