Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.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 -mtriple=powerpc64-unknown-linux-gnu -mcpu=g4 | FileCheck %s | 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=g4 | FileCheck %s |
2 | 2 |
3 define void @test(i32* nocapture %x, i64* %xx, i32* %yp) nounwind uwtable ssp { | 3 define void @test(i32* nocapture %x, i64* %xx, i32* %yp) nounwind uwtable ssp { |
4 entry: | 4 entry: |
5 %yy = load i32, i32* %yp | 5 %yy = load i32, i32* %yp |
6 %y = add i32 %yy, 1 | 6 %y = add i32 %yy, 1 |