brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 478d245 Raw
40 lines · plain
1; REQUIRES: x86-registered-target && aarch64-registered-target && riscv-registered-target2; RUN: llc %s -mtriple=x86_64 -o - | FileCheck %s3; RUN: llc %s -mtriple=aarch64 -o - | FileCheck %s4; RUN: llc %s -mtriple=riscv64 -o - | FileCheck %s --check-prefix=RISCV5 6@vtable = dso_local unnamed_addr constant i32 trunc (i64 sub (i64 ptrtoint (ptr @rtti.proxy to i64), i64 ptrtoint (ptr @vtable to i64)) to i32), align 47@vtable_with_offset = dso_local unnamed_addr constant [2 x i32] [i32 0, i32 trunc (i64 sub (i64 ptrtoint (ptr @rtti.proxy to i64), i64 ptrtoint (ptr @vtable_with_offset to i64)) to i32)], align 48@vtable_with_negative_offset = dso_local unnamed_addr constant [2 x i32] [9  i32 trunc (10    i64 sub (11      i64 ptrtoint (ptr @rtti.proxy to i64),12      i64 ptrtoint (ptr getelementptr inbounds ([2 x i32], ptr @vtable_with_negative_offset, i32 0, i32 1) to i64)13    )14    to i32),15  i32 016], align 417@rtti = external global i8, align 818@rtti.proxy = linkonce_odr hidden unnamed_addr constant ptr @rtti19 20; CHECK-NOT: rtti.proxy21; CHECK-LABEL: vtable:22; CHECK-NEXT:    .{{word|long}}   rtti@GOTPCREL+0{{$}}23 24; CHECK-LABEL: vtable_with_offset:25; CHECK-NEXT:    .{{word|long}}   026; CHECK-NEXT:    .{{word|long}}   rtti@GOTPCREL+4{{$}}27 28; CHECK-LABEL: vtable_with_negative_offset:29; CHECK-NEXT:    .{{word|long}}   rtti@GOTPCREL-4{{$}}30; CHECK-NEXT:    .{{word|long}}   031 32; RISCV-LABEL: vtable:33; RISCV-NEXT:    .word   %gotpcrel(rtti+0)34; RISCV-LABEL: vtable_with_offset:35; RISCV-NEXT:    .word   036; RISCV-NEXT:    .word   %gotpcrel(rtti+4)37; RISCV-LABEL: vtable_with_negative_offset:38; RISCV-NEXT:    .word   %gotpcrel(rtti-4)39; RISCV-NEXT:    .word   040