brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · d9d4424 Raw
49 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- -mcpu=generic | FileCheck %s3; PR18724 5	%struct.c34007g__designated___XUB = type { i32, i32, i32, i32 }6	%struct.c34007g__pkg__parent = type { ptr, ptr }7 8define void @_ada_c34007g() {9; CHECK-LABEL: _ada_c34007g:10; CHECK:       # %bb.0: # %entry11; CHECK-NEXT:    pushl %ebp12; CHECK-NEXT:    .cfi_def_cfa_offset 813; CHECK-NEXT:    .cfi_offset %ebp, -814; CHECK-NEXT:    movl %esp, %ebp15; CHECK-NEXT:    .cfi_def_cfa_register %ebp16; CHECK-NEXT:    andl $-8, %esp17; CHECK-NEXT:    subl $8, %esp18; CHECK-NEXT:    movl (%esp), %eax19; CHECK-NEXT:    movl {{[0-9]+}}(%esp), %ecx20; CHECK-NEXT:    orl %eax, %ecx21; CHECK-NEXT:    sete %cl22; CHECK-NEXT:    testl %eax, %eax23; CHECK-NEXT:    setne %al24; CHECK-NEXT:    testb %cl, %al25; CHECK-NEXT:    movl %ebp, %esp26; CHECK-NEXT:    popl %ebp27; CHECK-NEXT:    .cfi_def_cfa %esp, 428; CHECK-NEXT:    retl29entry:30	%x8 = alloca %struct.c34007g__pkg__parent, align 8		; <ptr> [#uses=2]31	%tmp1272 = getelementptr %struct.c34007g__pkg__parent, ptr %x8, i32 0, i32 0		; <ptr> [#uses=1]32	br i1 true, label %bb4668, label %bb84833 34bb4668:		; preds = %bb464835	%tmp5464 = load i64, ptr %x8, align 8		; <i64> [#uses=1]36	%tmp5467 = icmp ne i64 0, %tmp5464		; <i1> [#uses=1]37	%tmp5470 = load ptr, ptr %tmp1272, align 8		; <ptr> [#uses=1]38	%tmp5471 = icmp eq ptr %tmp5470, null		; <i1> [#uses=1]39	%tmp5475 = or i1 %tmp5471, %tmp5467		; <i1> [#uses=1]40	%tmp5497 = or i1 %tmp5475, false		; <i1> [#uses=1]41	br i1 %tmp5497, label %bb848, label %bb550742 43bb848:		; preds = %entry44	ret void45 46bb5507:		; preds = %bb466847	ret void48}49