brintos

brintos / llvm-project-archived public Read only

0
0
Text · 249 B · 9f86b8a Raw
9 lines · plain
1target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64-G1"2target triple = "spirv64"3 4define spir_func i32 @bar_func1(i32 %a, i32 %b) {5entry:6  %res = add nsw i32 %b, %a7  ret i32 %res8}9