summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-09-28 16:37:50 +0000
committerNirav Dave <niravd@google.com>2016-09-28 16:37:50 +0000
commite524f5088237ca5c3f9e9c857bc42e7b501588ad (patch)
treecd58272c150f7fa4ea8722395effbcf6df108674 /llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
parent5217f8452ca20825f40f03246255dc7e08bb6536 (diff)
downloadbcm5719-llvm-e524f5088237ca5c3f9e9c857bc42e7b501588ad.tar.gz
bcm5719-llvm-e524f5088237ca5c3f9e9c857bc42e7b501588ad.zip
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
This reverts commit r282600 due to test failues with MCJIT llvm-svn: 282604
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-memset-inline.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-memset-inline.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll b/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
index c501818d851..8f22f97ca08 100644
--- a/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
@@ -9,15 +9,11 @@ entry:
ret void
}
-; FIXME: This shouldn't need to load in a zero value to store
-; (e.g. stp xzr,xzr [sp, #16])
-
define void @t2() nounwind ssp {
entry:
; CHECK-LABEL: t2:
-; CHECK: movi v0.2d, #0000000000000000
-; CHECK: stur q0, [sp, #16]
; CHECK: strh wzr, [sp, #32]
+; CHECK: stp xzr, xzr, [sp, #16]
; CHECK: str xzr, [sp, #8]
%buf = alloca [26 x i8], align 1
%0 = getelementptr inbounds [26 x i8], [26 x i8]* %buf, i32 0, i32 0
OpenPOWER on IntegriCloud