[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Transforms / DCE / basic-preservation.ll
blob5a624e0adf9bd1715fe3c44ad944da901b973499
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt -passes=dce -S --enable-knowledge-retention < %s | FileCheck %s
4 define void @test(i32* %P) {
5 ; CHECK-LABEL: @test(
6 ; CHECK-NEXT:    call void @llvm.assume(i1 true) [ "dereferenceable"(i32* [[P:%.*]], i64 4), "nonnull"(i32* [[P]]), "align"(i32* [[P]], i64 4) ]
7 ; CHECK-NEXT:    ret void
9   %a = load i32, i32* %P
10   ret void