Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / Attributor / ArgumentPromotion / fp80.ll
blob274181fa8b9efbe98c43ff0454db86ace2b7ec92
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --check-attributes --check-globals
2 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor -attributor-manifest-internal  -attributor-annotate-decl-cs  -S < %s | FileCheck %s --check-prefixes=CHECK,TUNIT
3 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor-cgscc -attributor-manifest-internal  -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,CGSCC
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "x86_64-unknown-linux-gnu"
8 %union.u = type { x86_fp80 }
9 %struct.s = type { double, i16, i8, [5 x i8] }
11 @b = internal global %struct.s { double 3.14, i16 9439, i8 25, [5 x i8] undef }, align 16
13 %struct.Foo = type { i32, i64 }
14 @a = internal global %struct.Foo { i32 1, i64 2 }, align 8
17 ; CHECK: @b = internal global %struct.s { double 3.140000e+00, i16 9439, i8 25, [5 x i8] undef }, align 16
18 ; CHECK: @a = internal global %struct.Foo { i32 1, i64 2 }, align 8
20 define void @run() {
22 ; TUNIT: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
23 ; TUNIT-LABEL: define {{[^@]+}}@run
24 ; TUNIT-SAME: () #[[ATTR0:[0-9]+]] {
25 ; TUNIT-NEXT:  entry:
26 ; TUNIT-NEXT:    unreachable
28 ; CGSCC: Function Attrs: mustprogress nofree nosync nounwind willreturn memory(none)
29 ; CGSCC-LABEL: define {{[^@]+}}@run
30 ; CGSCC-SAME: () #[[ATTR0:[0-9]+]] {
31 ; CGSCC-NEXT:  entry:
32 ; CGSCC-NEXT:    unreachable
34 entry:
35   tail call i8 @UseLongDoubleUnsafely(ptr byval(%union.u) align 16 @b)
36   tail call x86_fp80 @UseLongDoubleSafely(ptr byval(%union.u) align 16 @b)
37   call i64 @AccessPaddingOfStruct(ptr byval(%struct.Foo) @a)
38   call i64 @CaptureAStruct(ptr byval(%struct.Foo) @a)
39   ret void
42 define internal i8 @UseLongDoubleUnsafely(ptr byval(%union.u) align 16 %arg) {
43 ; CGSCC: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
44 ; CGSCC-LABEL: define {{[^@]+}}@UseLongDoubleUnsafely
45 ; CGSCC-SAME: () #[[ATTR1:[0-9]+]] {
46 ; CGSCC-NEXT:  entry:
47 ; CGSCC-NEXT:    ret i8 undef
49 entry:
50   %bitcast = bitcast ptr %arg to ptr
51   %gep = getelementptr inbounds %struct.s, ptr %bitcast, i64 0, i32 2
52   %result = load i8, ptr %gep
53   ret i8 %result
56 define internal x86_fp80 @UseLongDoubleSafely(ptr byval(%union.u) align 16 %arg) {
57 ; CGSCC: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
58 ; CGSCC-LABEL: define {{[^@]+}}@UseLongDoubleSafely
59 ; CGSCC-SAME: () #[[ATTR1]] {
60 ; CGSCC-NEXT:    ret x86_fp80 undef
62   %gep = getelementptr inbounds %union.u, ptr %arg, i64 0, i32 0
63   %fp80 = load x86_fp80, ptr %gep
64   ret x86_fp80 %fp80
67 define internal i64 @AccessPaddingOfStruct(ptr byval(%struct.Foo) %a) {
68 ; CGSCC: Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
69 ; CGSCC-LABEL: define {{[^@]+}}@AccessPaddingOfStruct
70 ; CGSCC-SAME: () #[[ATTR1]] {
71 ; CGSCC-NEXT:    ret i64 undef
73   %p = bitcast ptr %a to ptr
74   %v = load i64, ptr %p
75   ret i64 %v
78 define internal i64 @CaptureAStruct(ptr byval(%struct.Foo) %a) {
79 ; CGSCC: Function Attrs: nofree norecurse noreturn nosync nounwind memory(none)
80 ; CGSCC-LABEL: define {{[^@]+}}@CaptureAStruct
81 ; CGSCC-SAME: (i32 [[TMP0:%.*]], i64 [[TMP1:%.*]]) #[[ATTR2:[0-9]+]] {
82 ; CGSCC-NEXT:  entry:
83 ; CGSCC-NEXT:    [[A_PRIV:%.*]] = alloca [[STRUCT_FOO:%.*]], align 8
84 ; CGSCC-NEXT:    store i32 [[TMP0]], ptr [[A_PRIV]], align 4
85 ; CGSCC-NEXT:    [[A_PRIV_B8:%.*]] = getelementptr i8, ptr [[A_PRIV]], i64 8
86 ; CGSCC-NEXT:    store i64 [[TMP1]], ptr [[A_PRIV_B8]], align 8
87 ; CGSCC-NEXT:    [[A_PTR:%.*]] = alloca ptr, align 8
88 ; CGSCC-NEXT:    br label [[LOOP:%.*]]
89 ; CGSCC:       loop:
90 ; CGSCC-NEXT:    [[PHI:%.*]] = phi ptr [ null, [[ENTRY:%.*]] ], [ [[A_PRIV]], [[LOOP]] ]
91 ; CGSCC-NEXT:    [[TMP2:%.*]] = phi ptr [ [[A_PRIV]], [[ENTRY]] ], [ [[TMP2]], [[LOOP]] ]
92 ; CGSCC-NEXT:    br label [[LOOP]]
94 entry:
95   %a_ptr = alloca ptr
96   br label %loop
98 loop:
99   %phi = phi ptr [ null, %entry ], [ %gep, %loop ]
100   %0   = phi ptr [ %a, %entry ],   [ %0, %loop ]
101   store ptr %phi, ptr %a_ptr
102   %gep = getelementptr %struct.Foo, ptr %a, i64 0
103   br label %loop
106 ; TUNIT: attributes #[[ATTR0]] = { mustprogress nofree norecurse nosync nounwind willreturn memory(none) }
108 ; CGSCC: attributes #[[ATTR0]] = { mustprogress nofree nosync nounwind willreturn memory(none) }
109 ; CGSCC: attributes #[[ATTR1]] = { mustprogress nofree norecurse nosync nounwind willreturn memory(none) }
110 ; CGSCC: attributes #[[ATTR2]] = { nofree norecurse noreturn nosync nounwind memory(none) }
112 ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
113 ; CHECK: {{.*}}