brintos

brintos / llvm-project-archived public Read only

0
0
Text · 765 B · fc69d27 Raw
28 lines · plain
1target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"2target triple = "x86_64-scei-ps4"3 4define i32 @foo(i32 %goo) {5entry:6  %goo.addr = alloca i32, align 47  store i32 %goo, ptr %goo.addr, align 48  %0 = load i32, ptr %goo.addr, align 49  %1 = load i32, ptr %goo.addr, align 410  %mul = mul nsw i32 %0, %111  ret i32 %mul12}13 14!llvm.dbg.cu = !{!0}15!llvm.module.flags = !{!2, !3}16!llvm.md = !{!5}17 18; IRLinker shouldn't assert about duplicated operands.19!llvm.ident = !{!6, !6}20 21!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, enums: !4)22!1 = !DIFile(filename: "foo.cpp", directory: "tmp")23!2 = !{i32 2, !"Dwarf Version", i32 4}24!3 = !{i32 2, !"Debug Info Version", i32 3}25!4 = !{}26!5 = !{!4}27!6 = !{!"foo"}28