[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Assembler / opaque-ptr-cmpxchg.ll
blob9bfc01887441b4f70a7b2bd35172b47d85d6f3c8
1 ; RUN: not llvm-as -opaque-pointers < %s 2>&1 | FileCheck %s
3 ; CHECK: compare value and new value type do not match
4 define void @cmpxchg(ptr %p, i32 %a, i64 %b) {
5     %val_success = cmpxchg ptr %p, i32 %a, i64 %b acq_rel monotonic
6     ret void