repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
Instrumentation
/
AddressSanitizer
/
twice.ll
blob
9f7826f739521ee9ad5abca2d54150226e4fff22
1
; Check that the address sanitizer pass can be reused
2
; RUN: opt < %s -S -run-twice -asan
3
4
define void @foo(i64* %b) nounwind uwtable sanitize_address {
5
entry:
6
store i64 0, i64* %b, align 1
7
ret void
8
}