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
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
asan-check-memaccess-or.ll
blob
887650bcc826af75c175d19d9fa3689976574d83
1
; XFAIL: *
2
; RUN: llc < %s
3
4
target triple = "x86_64-pc-win"
5
6
define void @load1(ptr nocapture readonly %x) {
7
call void @llvm.asan.check.memaccess(ptr %x, i32 0)
8
ret void
9
}
10
11
declare void @llvm.asan.check.memaccess(ptr, i32 immarg)