128_bit_win.ll 1.4 KB

12345678910111213141516171819202122232425262728
  1. ; ModuleID = '128_bit_ir.cpp'
  2. source_filename = "128_bit_ir.cpp"
  3. target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
  4. target triple = "x86_64-pc-windows-msvc19.0.24215"
  5. ; Function Attrs: alwaysinline norecurse nounwind uwtable
  6. define void @sum_sqr_128_ir(i128* nocapture, i128* nocapture readonly, i128* nocapture readonly) local_unnamed_addr #0 {
  7. %4 = load i128, i128* %1, align 16, !tbaa !3
  8. %5 = mul nsw i128 %4, %4
  9. %6 = load i128, i128* %2, align 16, !tbaa !3
  10. %7 = mul nsw i128 %6, %6
  11. %8 = add nuw nsw i128 %7, %5
  12. store i128 %8, i128* %0, align 16, !tbaa !3
  13. ret void
  14. }
  15. attributes #0 = { alwaysinline norecurse nounwind uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
  16. !llvm.module.flags = !{!0, !1}
  17. !llvm.ident = !{!2}
  18. !0 = !{i32 1, !"wchar_size", i32 2}
  19. !1 = !{i32 7, !"PIC Level", i32 2}
  20. !2 = !{!"clang version 5.0.0 (tags/RELEASE_500/final 316565)"}
  21. !3 = !{!4, !4, i64 0}
  22. !4 = !{!"__int128", !5, i64 0}
  23. !5 = !{!"omnipotent char", !6, i64 0}
  24. !6 = !{!"Simple C++ TBAA"}