Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Hexagon / bug31839.ll
blob117cccb55021d3c7543c20f0c8731e8986a7db6a
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 ; Check for successful compilation.
6 define ptr @f0(i32 %a0, i32 %a1) {
7 b0:
8   %v0 = call noalias ptr @f1(i32 undef, i32 undef)
9   br i1 undef, label %b2, label %b1
11 b1:                                               ; preds = %b0
12   %v1 = ptrtoint ptr %v0 to i32
13   store volatile i32 %v1, ptr %v0, align 4
14   %v3 = getelementptr inbounds i8, ptr %v0, i32 4
15   store ptr %v0, ptr %v3, align 4
16   %v5 = getelementptr inbounds i8, ptr %v0, i32 16
17   br label %b2
19 b2:                                               ; preds = %b1, %b0
20   %v6 = phi ptr [ %v5, %b1 ], [ null, %b0 ]
21   ret ptr %v6
24 declare noalias ptr @f1(i32, i32) local_unnamed_addr