brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · e916705 Raw
47 lines · plain
1; RUN: llc < %s2 3target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"4target triple = "x86_64-apple-darwin11.0.0"5 6%0 = type { i8, [3 x i8] }7%struct.anon = type { float, x86_fp80 }8 9define i32 @main() nounwind ssp {10entry:11  %retval = alloca i32, align 412  %F = alloca %struct.anon, align 1613  %K = alloca %0, align 414  store i32 0, ptr %retval15  %0 = load i32, ptr %K, align 416  %1 = and i32 %0, -12117  %2 = or i32 %1, 3218  store i32 %2, ptr %K, align 419  %3 = load i32, ptr %K, align 420  %4 = lshr i32 %3, 321  %bf.clear = and i32 %4, 1522  %conv = sitofp i32 %bf.clear to float23  %tmp = load float, ptr %F, align 424  %sub = fsub float %tmp, %conv25  store float %sub, ptr %F, align 426  %ld = getelementptr inbounds %struct.anon, ptr %F, i32 0, i32 127  %tmp1 = load x86_fp80, ptr %ld, align 1628  %5 = load i32, ptr %K, align 429  %6 = lshr i32 %5, 730  %bf.clear2 = and i32 %6, 131  %conv3 = uitofp i32 %bf.clear2 to x86_fp8032  %sub4 = fsub x86_fp80 %conv3, %tmp133  %conv5 = fptoui x86_fp80 %sub4 to i3234  %bf.value = and i32 %conv5, 135  %7 = and i32 %bf.value, 136  %8 = shl i32 %7, 737  %9 = load i32, ptr %K, align 438  %10 = and i32 %9, -12939  %11 = or i32 %10, %840  store i32 %11, ptr %K, align 441  %call = call i32 (...) @iequals(i32 1841, i32 %bf.value, i32 0)42  %12 = load i32, ptr %retval43  ret i32 %1244}45 46declare i32 @iequals(...)47