brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.5 KiB · 23487a3 Raw
41 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass amode-opt -verify-machineinstrs %s -o - | FileCheck %s2# REQUIRES: asserts3 4# Check that this doesn't crash.5# CHECK: $r2 = L2_loadri_io killed $r2, @f1 - 16 7--- |8  target triple = "hexagon-unknown-unknown-elf"9 10  %s.0 = type { ptr, i32, i32, %s.1 }11  %s.1 = type { i32, i32 }12 13  @g0 = external dso_local unnamed_addr constant { [3 x ptr], [3 x ptr] }, align 414 15  ; Function Attrs: norecurse16  define void @f0() #0 {17  b0:18    %v0 = load ptr, ptr getelementptr (i8, ptr getelementptr inbounds ({ [3 x ptr], [3 x ptr] }, ptr @g0, i32 0, i32 0, i32 3), i32 sub (i32 ptrtoint (ptr @f1 to i32), i32 1)), align 419    %v1 = call i32 %v0(ptr nonnull undef)20    unreachable21  }22 23  ; Function Attrs: norecurse nounwind24  declare dso_local i32 @f1(ptr) #1 align 225 26  attributes #0 = { norecurse "target-cpu"="hexagonv60" }27  attributes #1 = { norecurse nounwind "target-cpu"="hexagonv60" }28...29 30---31name: f032tracksRegLiveness: true33body: |34  bb.0.b0:35    $r2 = A2_tfrsi @g0 + 1236    $r2 = L2_loadri_io killed $r2, @f1 - 1 :: (load (s32) from `ptr getelementptr (i8, ptr getelementptr inbounds ({ [3 x ptr], [3 x ptr] }, ptr @g0, i32 0, i32 0, i32 3), i32 sub (i32 ptrtoint (ptr @f1 to i32), i32 1))`)37    ADJCALLSTACKDOWN 0, 0, implicit-def $r29, implicit-def dead $r30, implicit $r31, implicit $r30, implicit $r2938    PS_callr_nr killed $r2, hexagoncsr, implicit undef $r0, implicit-def $r29, implicit-def dead $r039    ADJCALLSTACKUP 0, 0, implicit-def dead $r29, implicit-def dead $r30, implicit-def dead $r31, implicit $r2940...41