brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · e69bff8 Raw
11 lines · plain
1target triple = "x86_64-unknown-linux-gnu"2 3%struct.rtx_def = type { i16, i16 }4 5define void @bar(ptr %a, i8 %b, i32 %c) {6  call void  @llvm.memset.p0.rtx_def.i32(ptr align 4 %a, i8 %b, i32 %c, i1 true)7  ret void8}9 10declare void @llvm.memset.p0.rtx_def.i32(ptr, i8, i32, i1)11