summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-09-09 05:40:26 +0000
committerBob Wilson <bob.wilson@apple.com>2010-09-09 05:40:26 +0000
commit0f1e9457a578cbc2073107f4d3d7529cbac7e5c3 (patch)
treeaf1d3640b5ae783ad3d90daa1d42f1bf36ec83f9 /test
parentac1a19e18ad73198ae54cc4bc08000523031f84a (diff)
downloadllvm-0f1e9457a578cbc2073107f4d3d7529cbac7e5c3.tar.gz
llvm-0f1e9457a578cbc2073107f4d3d7529cbac7e5c3.tar.bz2
llvm-0f1e9457a578cbc2073107f4d3d7529cbac7e5c3.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113473 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Thumb2/machine-licm-vdup.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/machine-licm-vdup.ll b/test/CodeGen/Thumb2/machine-licm-vdup.ll
index fde2ee0ab0..f7494ec7d2 100644
--- a/test/CodeGen/Thumb2/machine-licm-vdup.ll
+++ b/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