Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/14.0-2022-06-20
/
.
/
llvm
/
test
/
CodeGen
/
X86
/
asan-check-memaccess-or.ll
blob: 8803ff695f604a7097a2e8446b243f59107d2f45 [
file
] [
log
] [
blame
]
; XFAIL: *
; RUN: llc < %s
target
triple
=
"x86_64-pc-win"
define
void
@load1
(
i8
*
nocapture
readonly
%x
)
{
call
void
@llvm.asan.check.memaccess
(
i8
*
%x
,
i32
0
)
ret
void
}
declare
void
@llvm.asan.check.memaccess
(
i8
*,
i32
immarg
)