| ; RUN: opt -S -passes=lowertypetests -lowertypetests-summary-action=export -lowertypetests-read-summary=%S/Inputs/use-typeid1-typeid2.yaml -lowertypetests-write-summary=%t %s | FileCheck %s |
| ; RUN: FileCheck --check-prefix=SUMMARY %s < %t |
| |
| @foo = constant i32 42, !type !0 |
| |
| !0 = !{i32 0, !"typeid1"} |
| |
| ; CHECK: [[G:@[0-9]+]] = private constant { i32 } { i32 42 } |
| |
| ; CHECK: @__typeid_typeid1_global_addr = hidden alias i8, ptr [[G]] |
| ; CHECK: @foo = alias i32, ptr [[G]] |
| |
| ; SUMMARY: TypeIdMap: |
| ; SUMMARY-NEXT: typeid1: |
| ; SUMMARY-NEXT: TTRes: |
| ; SUMMARY-NEXT: Kind: Single |
| ; SUMMARY-NEXT: SizeM1BitWidth: 0 |