brintos

brintos / llvm-project-archived public Read only

0
0
Text · 549 B · e26a2c0 Raw
14 lines · plain
1; RUN: opt -passes='print<ir2vec>' -o /dev/null -ir2vec-vocab-path=%S/Inputs/dummy_3D_nonzero_opc_vocab.json %s 2>&1 | FileCheck %s2 3define void @bar2(ptr %foo)  {4  store i32 0, ptr %foo, align 45  tail call void @llvm.dbg.value(metadata !{}, i64 0, metadata !{}, metadata !{})6  ret void7}8 9declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone10 11; CHECK: Instruction vectors:12; CHECK-NEXT: Instruction:   store i32 0, ptr %foo, align 4 [ 97.00  98.00  99.00 ]13; CHECK-NEXT: Instruction:   ret void [ 1.00  2.00  3.00 ]14