brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 3c26554 Raw
28 lines · plain
1; RUN: llc -verify-machineinstrs -O0 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s2target 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-f128:128:128-v128:128:128-n32:64"3target triple = "powerpc64-unknown-linux-gnu"4 5; Function Attrs: nounwind6define internal ptr @func_65(ptr %p_66) #0 {7entry:8  br i1 undef, label %for.body, label %for.end7319 10for.body:                                         ; preds = %entry11  %0 = load i32, ptr undef, align 412  %or31 = or i32 %0, 31914382813  store i32 %or31, ptr undef, align 414  %cmp32 = icmp eq i32 319143828, %or3115  %conv33 = zext i1 %cmp32 to i3216  %conv34 = sext i32 %conv33 to i6417  %call35 = call i64 @safe_mod_func_uint64_t_u_u(i64 %conv34, i64 -10)18  unreachable19 20for.end731:                                       ; preds = %entry21  ret ptr undef22}23 24; Function Attrs: nounwind25declare i64 @safe_mod_func_uint64_t_u_u(i64, i64) #026 27attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "use-soft-float"="false" }28