comparison test/CodeGen/PowerPC/ctrloop-sh.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 < %s | FileCheck %s 1 ; RUN: llc -verify-machineinstrs < %s | FileCheck %s
2 target datalayout = "E-m:e-p:32:32-i128:64-n32" 2 target datalayout = "E-m:e-p:32:32-i128:64-n32"
3 target triple = "powerpc-ellcc-linux" 3 target triple = "powerpc-ellcc-linux"
4 4
5 ; Function Attrs: nounwind 5 ; Function Attrs: nounwind
6 define void @foo1(i128* %a, i128* readonly %b, i128* readonly %c) #0 { 6 define void @foo1(i128* %a, i128* readonly %b, i128* readonly %c) #0 {