This commit is contained in:
Tex Riddell 2019-08-12 15:50:45 -07:00
Родитель f80a5c07f5
Коммит 03687f44c3
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -4,8 +4,8 @@
// CHECK: %[[x:.*]] = add i32
// CHECK: %[[y:.*]] = add i32
// CHECK-DAG: call void @llvm.dbg.value(metadata i32 %[[x]], i64 0, metadata ![[vec:.*]], metadata ![[xexp:.*]]), !dbg !46
// CHECK-DAG: call void @llvm.dbg.value(metadata i32 %[[y]], i64 0, metadata ![[vec]], metadata ![[yexp:.*]]), !dbg !46
// CHECK-DAG: call void @llvm.dbg.value(metadata i32 %[[x]], i64 0, metadata ![[vec:.*]], metadata ![[xexp:.*]])
// CHECK-DAG: call void @llvm.dbg.value(metadata i32 %[[y]], i64 0, metadata ![[vec]], metadata ![[yexp:.*]])
// Exclude quoted source file (see readme)
// CHECK-LABEL: {{!"[^"]*\\0A[^"]*"}}

Просмотреть файл

@ -10,8 +10,8 @@
// Texture types are currently 64 bits due to an implementation detail.
// If this changes, this test can be safely updated.
// CHECK-DAG: !DICompositeType(tag: DW_TAG_structure_type, name: "TexAndCoord", {{.*}}, size: 96, align: 32
// CHECK-DAG: !DIDerivedType(tag: DW_TAG_member, name: "tex", scope: !53, {{.*}}, size: 64, align: 32
// CHECK-DAG: !DIDerivedType(tag: DW_TAG_member, name: "u", scope: !53, {{.*}}, size: 32, align: 32, offset: 64
// CHECK-DAG: !DIDerivedType(tag: DW_TAG_member, name: "tex", scope: {{.*}}, size: 64, align: 32
// CHECK-DAG: !DIDerivedType(tag: DW_TAG_member, name: "u", scope: {{.*}}, size: 32, align: 32, offset: 64
// The bit_piece for 'tc.u' should be right after the texture.
// CHECK-DAG: !DIExpression(DW_OP_bit_piece, 64, 32)