1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --check-attributes --check-globals
2 ; RUN: opt -attributor -enable-new-pm=0 -attributor-manifest-internal -attributor-max-iterations-verify -attributor-annotate-decl-cs -attributor-max-iterations=1 -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_CGSCC_NPM,NOT_CGSCC_OPM,NOT_TUNIT_NPM,IS__TUNIT____,IS________OPM,IS__TUNIT_OPM
3 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor -attributor-manifest-internal -attributor-max-iterations-verify -attributor-annotate-decl-cs -attributor-max-iterations=1 -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_CGSCC_OPM,NOT_CGSCC_NPM,NOT_TUNIT_OPM,IS__TUNIT____,IS________NPM,IS__TUNIT_NPM
4 ; RUN: opt -attributor-cgscc -enable-new-pm=0 -attributor-manifest-internal -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_TUNIT_NPM,NOT_TUNIT_OPM,NOT_CGSCC_NPM,IS__CGSCC____,IS________OPM,IS__CGSCC_OPM
5 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor-cgscc -attributor-manifest-internal -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_TUNIT_NPM,NOT_TUNIT_OPM,NOT_CGSCC_OPM,IS__CGSCC____,IS________NPM,IS__CGSCC_NPM
8 @G2 = constant i32* @G1
11 ; CHECK: @[[G1:[a-zA-Z0-9_$"\\.-]+]] = constant i32 0
12 ; CHECK: @[[G2:[a-zA-Z0-9_$"\\.-]+]] = constant i32* @G1
14 define internal i32 @test(i32** %x) {
16 ; IS__CGSCC____: Function Attrs: nofree norecurse nosync nounwind readnone willreturn
17 ; IS__CGSCC____-LABEL: define {{[^@]+}}@test
18 ; IS__CGSCC____-SAME: () #[[ATTR0:[0-9]+]] {
19 ; IS__CGSCC____-NEXT: entry:
20 ; IS__CGSCC____-NEXT: ret i32 undef
23 %y = load i32*, i32** %x
24 %z = load i32, i32* %y
28 define i32 @caller() {
29 ; IS__TUNIT____: Function Attrs: nofree nosync nounwind readnone willreturn
30 ; IS__TUNIT____-LABEL: define {{[^@]+}}@caller
31 ; IS__TUNIT____-SAME: () #[[ATTR0:[0-9]+]] {
32 ; IS__TUNIT____-NEXT: entry:
33 ; IS__TUNIT____-NEXT: ret i32 0
35 ; IS__CGSCC____: Function Attrs: nofree norecurse nosync nounwind readnone willreturn
36 ; IS__CGSCC____-LABEL: define {{[^@]+}}@caller
37 ; IS__CGSCC____-SAME: () #[[ATTR0]] {
38 ; IS__CGSCC____-NEXT: entry:
39 ; IS__CGSCC____-NEXT: ret i32 0
42 %x = call i32 @test(i32** @G2)
47 ; IS__TUNIT____: attributes #[[ATTR0]] = { nofree nosync nounwind readnone willreturn }
49 ; IS__CGSCC____: attributes #[[ATTR0]] = { nofree norecurse nosync nounwind readnone willreturn }