From 9a3507f0913036615013d0218362d76cbe053b57 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 1 Apr 2011 20:26:57 +0000 Subject: LDRD/STRD instructions should print both Rt and Rt2 in the asm string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128736 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/fpcmp-opt.ll | 2 +- test/CodeGen/ARM/ldrd.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen') diff --git a/test/CodeGen/ARM/fpcmp-opt.ll b/test/CodeGen/ARM/fpcmp-opt.ll index 65b921b..7c0dd0e 100644 --- a/test/CodeGen/ARM/fpcmp-opt.ll +++ b/test/CodeGen/ARM/fpcmp-opt.ll @@ -37,7 +37,7 @@ define arm_apcscc i32 @t2(double* %a, double* %b) nounwind { entry: ; FINITE: t2: ; FINITE-NOT: vldr -; FINITE: ldrd r0, [r0] +; FINITE: ldrd r0, r1, [r0] ; FINITE-NOT: b LBB ; FINITE: cmp r0, #0 ; FINITE: cmpeq r1, #0 diff --git a/test/CodeGen/ARM/ldrd.ll b/test/CodeGen/ARM/ldrd.ll index 187006a..3856944 100644 --- a/test/CodeGen/ARM/ldrd.ll +++ b/test/CodeGen/ARM/ldrd.ll @@ -9,7 +9,7 @@ define i64 @t(i64 %a) nounwind readonly { entry: -;V6: ldrd r2, [r2] +;V6: ldrd r2, r3, [r2] ;V5: ldr r{{[0-9]+}}, [r2] ;V5: ldr r{{[0-9]+}}, [r2, #4] -- cgit v1.1