projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091da33
)
Fix test from r248825.
author
Chad Rosier
<mcrosier@codeaurora.org>
Tue, 29 Sep 2015 20:50:15 +0000
(20:50 +0000)
committer
Chad Rosier
<mcrosier@codeaurora.org>
Tue, 29 Sep 2015 20:50:15 +0000
(20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248827
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/AArch64/arm64-ldp.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/AArch64/arm64-ldp.ll
b/test/CodeGen/AArch64/arm64-ldp.ll
index 1ad021032c1df3aa774fc55ebc2ff529bd8afe4e..ec6e8cfe5928c5312db9eeb0c2bcaf8446b8bdbe 100644
(file)
--- a/
test/CodeGen/AArch64/arm64-ldp.ll
+++ b/
test/CodeGen/AArch64/arm64-ldp.ll
@@
-330,7
+330,7
@@
define i64 @pairUpNotAlignedSext(i32* %a) nounwind ssp {
declare void @use-ptr(i32*)
; CHECK: ldp_sext_int_pre
-; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x
0
, #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)