From 4adbaf184340a71925eea83a2811c4763e281f38 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 9 Sep 2010 05:40:26 +0000 Subject: Fix NEON VLD pseudo instruction itineraries that were incorrectly copied from the VST pseudos. The VLD/VST scheduling still needs work (see pr6722), but at least we shouldn't confuse the loads with the stores. llvm-svn: 113473 --- llvm/test/CodeGen/Thumb2/machine-licm-vdup.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/Thumb2/machine-licm-vdup.ll b/llvm/test/CodeGen/Thumb2/machine-licm-vdup.ll index fde2ee0ab0c..f7494ec7d25 100644 --- a/llvm/test/CodeGen/Thumb2/machine-licm-vdup.ll +++ b/llvm/test/CodeGen/Thumb2/machine-licm-vdup.ll @@ -12,7 +12,7 @@ entry: bb1: ; CHECK-NEXT: %bb1 -; CHECK: vdup.32 q1, r3 +; CHECK: vdup.32 q{{.*}}, r3 %indvar = phi i32 [ %indvar.next, %bb1 ], [ 0, %entry ] %tmp1 = shl i32 %indvar, 2 %gep1 = getelementptr i8* %ptr1, i32 %tmp1 -- cgit v1.2.3