repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
SPIRV
/
memory_model_md.ll
blob
e52343cbbb7e4b875319c8ff2541ddf47c361436
1
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=SPV
2
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
7
}
8
9
!spirv.MemoryModel = !{!0}
10
11
!0 = !{i32 1, i32 0}