[llvm] r182051 - More test coverage for addFrameMove.

Rafael Espindola rafael.espindola at gmail.com
Thu May 16 13:50:57 PDT 2013


Author: rafael
Date: Thu May 16 15:50:56 2013
New Revision: 182051

URL: http://llvm.org/viewvc/llvm-project?rev=182051&view=rev
Log:
More test coverage for addFrameMove.

Modified:
    llvm/trunk/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll

Modified: llvm/trunk/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll?rev=182051&r1=182050&r2=182051&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll Thu May 16 15:50:56 2013
@@ -5,7 +5,22 @@ declare void @bar()
 
 define void @test_w29_reserved() {
 ; CHECK: test_w29_reserved:
+; CHECK: .cfi_startproc
+; CHECK: .cfi_def_cfa sp, 96
 ; CHECK: add x29, sp, #{{[0-9]+}}
+; CHECK: .cfi_def_cfa x29, 16
+; CHECK: .cfi_offset x30, -8
+; CHECK: .cfi_offset x29, -16
+; CHECK: .cfi_offset x28, -24
+; CHECK: .cfi_offset x27, -32
+; CHECK: .cfi_offset x26, -40
+; CHECK: .cfi_offset x25, -48
+; CHECK: .cfi_offset x24, -56
+; CHECK: .cfi_offset x23, -64
+; CHECK: .cfi_offset x22, -72
+; CHECK: .cfi_offset x21, -80
+; CHECK: .cfi_offset x20, -88
+; CHECK: .cfi_offset x19, -96
 
   %val1 = load volatile i32* @var
   %val2 = load volatile i32* @var





More information about the llvm-commits mailing list