[llvm] r248827 - Fix test from r248825.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 13:50:16 PDT 2015
Author: mcrosier
Date: Tue Sep 29 15:50:15 2015
New Revision: 248827
URL: http://llvm.org/viewvc/llvm-project?rev=248827&view=rev
Log:
Fix test from r248825.
Modified:
llvm/trunk/test/CodeGen/AArch64/arm64-ldp.ll
Modified: llvm/trunk/test/CodeGen/AArch64/arm64-ldp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-ldp.ll?rev=248827&r1=248826&r2=248827&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/arm64-ldp.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/arm64-ldp.ll Tue Sep 29 15:50:15 2015
@@ -330,7 +330,7 @@ define i64 @pairUpNotAlignedSext(i32* %a
declare void @use-ptr(i32*)
; CHECK: ldp_sext_int_pre
-; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x0, #8]
+; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x{{[0-9]+}}, #8]
define i64 @ldp_sext_int_pre(i32* %p) nounwind {
%ptr = getelementptr inbounds i32, i32* %p, i64 2
call void @use-ptr(i32* %ptr)
More information about the llvm-commits
mailing list