comparison test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents afa8332a0e37
children c2174574ed3a
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 ; RUN: llc -mcpu=a2 < %s | FileCheck %s 1 ; RUN: llc -verify-machineinstrs -mcpu=a2 < %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 double @test1(i64* nocapture readonly %x) #0 { 6 define double @test1(i64* nocapture readonly %x) #0 {