[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / ARM / compare-call.ll
blobf3352c3e0310c07a56eff9510d199d81b698cf6e
1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 %s -o - | FileCheck %s
3 define void @test3(ptr %glob, i32 %X) {
4 entry:
5         %tmp = load float, ptr %glob                ; <float> [#uses=1]
6         %tmp2 = getelementptr float, ptr %glob, i32 2               ; <ptr> [#uses=1]
7         %tmp3 = load float, ptr %tmp2               ; <float> [#uses=1]
8         %tmp.upgrd.1 = fcmp ogt float %tmp, %tmp3               ; <i1> [#uses=1]
9         br i1 %tmp.upgrd.1, label %cond_true, label %UnifiedReturnBlock
11 cond_true:              ; preds = %entry
12         %tmp.upgrd.2 = tail call i32 (...) @bar( )             ; <i32> [#uses=0]
13         ret void
15 UnifiedReturnBlock:             ; preds = %entry
16         ret void
19 declare i32 @bar(...)
21 ; CHECK: vcmp.f32