Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / ARM / crash-greedy-v6.ll
blob2a7dd90f80273bc1e629e63d69a21a310b8852b6
1 ; RUN: llc -frame-pointer=all -relocation-model=pic < %s
2 ; RUN: llc -frame-pointer=all -relocation-model=pic -O0 -pre-RA-sched=source < %s | FileCheck %s --check-prefix=SOURCE-SCHED
3 target triple = "armv6-apple-ios"
5 ; Reduced from 177.mesa. This test causes a live range split before an LDR_POST instruction.
6 ; That requires leaveIntvBefore to be very accurate about the redefined value number.
7 define internal void @sample_nearest_3d(ptr nocapture %tObj, i32 %n, ptr nocapture %s, ptr nocapture %t, ptr nocapture %u, ptr nocapture %lambda, ptr nocapture %red, ptr nocapture %green, ptr nocapture %blue, ptr nocapture %alpha) nounwind ssp {
8 entry:
9   br i1 undef, label %for.end, label %for.body.lr.ph
11 for.body.lr.ph:                                   ; preds = %entry
12   br label %for.body
14 for.body:                                         ; preds = %for.body, %for.body.lr.ph
15 ; SOURCE-SCHED: ldr
16 ; SOURCE-SCHED: ldr
17 ; SOURCE-SCHED: ldr
18 ; SOURCE-SCHED: ldr
19 ; SOURCE-SCHED: ldr
20 ; SOURCE-SCHED: add
21 ; SOURCE-SCHED: add
22 ; SOURCE-SCHED: add
23 ; SOURCE-SCHED: add
24 ; SOURCE-SCHED: ldr
25 ; SOURCE-SCHED: str
26 ; SOURCE-SCHED: str
27 ; SOURCE-SCHED: str
28 ; SOURCE-SCHED: str
29 ; SOURCE-SCHED: bl
30 ; SOURCE-SCHED: ldr
31 ; SOURCE-SCHED: add
32 ; SOURCE-SCHED: cmp
33 ; SOURCE-SCHED: bne
34   %i.031 = phi i32 [ 0, %for.body.lr.ph ], [ %0, %for.body ]
35   %arrayidx11 = getelementptr float, ptr %t, i32 %i.031
36   %arrayidx15 = getelementptr float, ptr %u, i32 %i.031
37   %arrayidx19 = getelementptr i8, ptr %red, i32 %i.031
38   %arrayidx22 = getelementptr i8, ptr %green, i32 %i.031
39   %arrayidx25 = getelementptr i8, ptr %blue, i32 %i.031
40   %arrayidx28 = getelementptr i8, ptr %alpha, i32 %i.031
41   %tmp12 = load float, ptr %arrayidx11, align 4
42   tail call fastcc void @sample_3d_nearest(ptr %tObj, ptr undef, float undef, float %tmp12, float undef, ptr %arrayidx19, ptr %arrayidx22, ptr %arrayidx25, ptr %arrayidx28)
43   %0 = add i32 %i.031, 1
44   %exitcond = icmp eq i32 %0, %n
45   br i1 %exitcond, label %for.end, label %for.body
47 for.end:                                          ; preds = %for.body, %entry
48   ret void
51 declare fastcc void @sample_3d_nearest(ptr nocapture, ptr nocapture, float, float, float, ptr nocapture, ptr nocapture, ptr nocapture, ptr nocapture) nounwind ssp