comparison test/CodeGen/AArch64/arm64-aapcs-be.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 60c9769439b8
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
30 ret float %val 30 ret float %val
31 } 31 }
32 32
33 define void @test_block_addr_callee() { 33 define void @test_block_addr_callee() {
34 ; CHECK-LABEL: test_block_addr_callee: 34 ; CHECK-LABEL: test_block_addr_callee:
35 ; CHECK: str {{[a-z0-9]+}}, [sp] 35 ; CHECK: str {{[a-z0-9]+}}, [sp, #-16]!
36 ; CHECK: bl test_block_addr 36 ; CHECK: bl test_block_addr
37 %val = insertvalue [1 x float] undef, float 0.0, 0 37 %val = insertvalue [1 x float] undef, float 0.0, 0
38 call float @test_block_addr([8 x float] undef, [1 x float] %val) 38 call float @test_block_addr([8 x float] undef, [1 x float] %val)
39 ret void 39 ret void
40 } 40 }