comparison test/CodeGen/PowerPC/ppc64-stackmap-nops.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-gnu-linux | FileCheck %s 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-gnu-linux | FileCheck %s
2 2
3 define void @test_shadow_optimization() { 3 define void @test_shadow_optimization() {
4 entry: 4 entry:
5 ; Expect 12 bytes worth of nops here rather than 32: With the shadow optimization 5 ; Expect 12 bytes worth of nops here rather than 32: With the shadow optimization
6 ; in place, 20 bytes will be consumed by the frame teardown and return instr. 6 ; in place, 20 bytes will be consumed by the frame teardown and return instr.