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
[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git]
/
llvm
/
test
/
Instrumentation
/
AddressSanitizer
/
twice.ll
blob
4833a8f8a88c067b80f21498b7536b8a31bf90bf
1
; Check that the address sanitizer pass can be reused
2
; RUN: opt < %s -S -run-twice -passes=asan
3
4
define void @foo(ptr %b) nounwind uwtable sanitize_address {
5
entry:
6
store i64 0, ptr %b, align 1
7
ret void
8
}