comparison test/CodeGen/PowerPC/flt-preinc.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 ; RUN: llc -mcpu=ppc64 < %s | FileCheck %s 1 ; RUN: llc -verify-machineinstrs -mcpu=ppc64 < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64" 2 target datalayout = "E-m:e-i64:64-n32:64"
3 target triple = "powerpc64-unknown-linux-gnu" 3 target triple = "powerpc64-unknown-linux-gnu"
4 4
5 ; Function Attrs: nounwind readonly 5 ; Function Attrs: nounwind readonly
6 define float @tf(float* nocapture readonly %i, i32 signext %o) #0 { 6 define float @tf(float* nocapture readonly %i, i32 signext %o) #0 {