[llvm-commits] [llvm] r89138 - in /llvm/trunk/test/CodeGen: ARM/spill-q.ll Thumb2/thumb2-spill-q.ll
Anton Korobeynikov
asl at math.spbu.ru
Tue Nov 17 12:38:37 PST 2009
Author: asl
Date: Tue Nov 17 14:38:36 2009
New Revision: 89138
URL: http://llvm.org/viewvc/llvm-project?rev=89138&view=rev
Log:
Forgot to commit test fixes
Modified:
llvm/trunk/test/CodeGen/ARM/spill-q.ll
llvm/trunk/test/CodeGen/Thumb2/thumb2-spill-q.ll
Modified: llvm/trunk/test/CodeGen/ARM/spill-q.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/spill-q.ll?rev=89138&r1=89137&r2=89138&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/spill-q.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/spill-q.ll Tue Nov 17 14:38:36 2009
@@ -12,8 +12,8 @@
define arm_apcscc void @aaa(%quuz* %this, i8* %block) {
; CHECK: aaa:
; CHECK: bic sp, sp, #15
-; CHECK: vst1.64 {{.*}}sp @128
-; CHECK: vld1.64 {{.*}}sp @128
+; CHECK: vst1.64 {{.*}}sp, :128
+; CHECK: vld1.64 {{.*}}sp, :128
entry:
%0 = call <4 x float> @llvm.arm.neon.vld1.v4f32(i8* undef) nounwind ; <<4 x float>> [#uses=1]
store float 6.300000e+01, float* undef, align 4
Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-spill-q.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-spill-q.ll?rev=89138&r1=89137&r2=89138&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-spill-q.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-spill-q.ll Tue Nov 17 14:38:36 2009
@@ -12,8 +12,8 @@
define arm_apcscc void @aaa(%quuz* %this, i8* %block) {
; CHECK: aaa:
; CHECK: bic sp, sp, #15
-; CHECK: vst1.64 {{.*}}sp @128
-; CHECK: vld1.64 {{.*}}sp @128
+; CHECK: vst1.64 {{.*}}sp, :128
+; CHECK: vld1.64 {{.*}}sp, :128
entry:
%0 = call <4 x float> @llvm.arm.neon.vld1.v4f32(i8* undef) nounwind ; <<4 x float>> [#uses=1]
store float 6.300000e+01, float* undef, align 4
More information about the llvm-commits
mailing list