[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / call-ret-i1.ll
blob5cf3dfbfef2b7da7032aabb7ed0a82232e08d7e4
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 ; Test that the compiler does not assert because the DAG is not correct.
5 ; CHECK: call foo
7 %returntype = type { i1, i32 }
9 define i32 @test(ptr %a0, ptr %a1, ptr %a2) #0 {
10 b3:
11   br i1 undef, label %b6, label %b4
13 b4:                                               ; preds = %b3
14   %v5 = call %returntype @foo(ptr nonnull undef, ptr %a2, ptr %a0) #0
15   ret i32 1
17 b6:                                               ; preds = %b3
18   unreachable
21 declare %returntype @foo(ptr, ptr, ptr) #0
23 attributes #0 = { nounwind }