summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-stur.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-stur.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-stur.ll7
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-stur.ll b/llvm/test/CodeGen/AArch64/arm64-stur.ll
index 4a3229a39b5..a0d335b0b07 100644
--- a/llvm/test/CodeGen/AArch64/arm64-stur.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-stur.ll
@@ -47,11 +47,14 @@ define void @foo5(i8* %p, i32 %val) nounwind {
ret void
}
+;; FIXME: Again, with the writing of a quadword zero...
+
define void @foo(%struct.X* nocapture %p) nounwind optsize ssp {
; CHECK-LABEL: foo:
; CHECK-NOT: str
-; CHECK: stur xzr, [x0, #12]
-; CHECK-NEXT: stur xzr, [x0, #4]
+; CHECK: stur q0, [x0, #4]
+; CHECK-FIXME: stur xzr, [x0, #12]
+; CHECK-FIXME-NEXT: stur xzr, [x0, #4]
; CHECK-NEXT: ret
%B = getelementptr inbounds %struct.X, %struct.X* %p, i64 0, i32 1
%val = bitcast i64* %B to i8*
OpenPOWER on IntegriCloud