Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/PowerPC/resolvefi-disp.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children | 3a76565eade5 |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -print-after=localstackalloc <%s >%t 2>&1 && FileCheck <%t %s | 1 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -print-after=localstackalloc <%s >%t 2>&1 && FileCheck <%t %s |
2 | 2 |
3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating | 3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating |
4 ; addresses with out-of-range displacements. Verify that this no longer happens. | 4 ; addresses with out-of-range displacements. Verify that this no longer happens. |
5 ; CHECK-NOT: LD {{3276[8-9]}} | 5 ; CHECK-NOT: LD {{3276[8-9]}} |
6 ; CHECK-NOT: LD {{327[7-9][0-9]}} | 6 ; CHECK-NOT: LD {{327[7-9][0-9]}} |