brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · 61828ca Raw
24 lines · plain
1target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"2target triple = "x86_64-unknown-windows-msvc"3 4define dso_local i32 @"?baz@@YAHXZ"() #0 {5  %1 = call i32 @"?foo@@YAHXZ"()6  %2 = call i32 @"?foo@@YAHXZ"()7  %3 = call i32 @"?bar@@YAHXZ"()8  %4 = call i32 @"?bar@@YAHXZ"()9  ret i32 010}11 12declare dso_local i32 @"?foo@@YAHXZ"() #113 14declare dso_local i32 @"?bar@@YAHXZ"() #115 16attributes #0 = { noinline optnone uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "use-soft-float"="false" }17attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "use-soft-float"="false" }18 19!llvm.module.flags = !{!0}20!llvm.ident = !{!1}21 22!0 = !{i32 1, !"wchar_size", i32 2}23!1 = !{!"clang version 11.0.0 (https://github.com/llvm/llvm-project.git bed3e1a99b41f5a9525bc0edf12ecbcf63aab0cf)"}24