brintos

brintos / llvm-project-archived public Read only

0
0
Text · 259 B · d03f70d Raw
12 lines · plain
1; RUN: opt -passes=asan -disable-output -S %s2; Check not crash.3 4define void @test() #0 {5entry:6  %t0 = alloca { <vscale x 2 x i32>, <vscale x 2 x i32> }, align 47  call void null(ptr null, ptr %t0, i64 0)8  ret void9}10 11attributes #0 = { sanitize_address }12