brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 51bdf42 Raw
34 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; Previously a call to @llvm.trap() with following code would cause machine3; verifier issues on MIPS (as TRAP was marked as being a terminator).4; This compiles fine on other architectures, so check we do the same for MIPS.5; RUN: llc -mtriple=mips64-unknown-freebsd -relocation-model=pic -verify-machineinstrs %s -o - | FileCheck %s6 7 8declare void @llvm.trap() #09declare void @widget() #110define hidden void @eggs() #1 {11; CHECK-LABEL: eggs:12; CHECK:       # %bb.0: # %entry13; CHECK-NEXT:    daddiu $sp, $sp, -1614; CHECK-NEXT:    sd $ra, 8($sp) # 8-byte Folded Spill15; CHECK-NEXT:    sd $gp, 0($sp) # 8-byte Folded Spill16; CHECK-NEXT:    lui $1, %hi(%neg(%gp_rel(eggs)))17; CHECK-NEXT:    daddu $1, $1, $2518; CHECK-NEXT:    daddiu $gp, $1, %lo(%neg(%gp_rel(eggs)))19; CHECK-NEXT:    break20; CHECK-NEXT:    ld $25, %call16(widget)($gp)21; CHECK-NEXT:    .reloc .Ltmp0, R_MIPS_JALR, widget22; CHECK-NEXT:  .Ltmp0:23; CHECK-NEXT:    jalr $2524; CHECK-NEXT:    nop25entry:26  call void @llvm.trap()27  call void @widget() #228  unreachable29}30 31attributes #0 = { cold noreturn nounwind }32attributes #1 = { nounwind "use-soft-float"="true" }33attributes #2 = { noreturn }34