diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-09-09 05:40:26 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-09-09 05:40:26 +0000 |
| commit | 4adbaf184340a71925eea83a2811c4763e281f38 (patch) | |
| tree | dbaf1cb5bdbb5a6009381f387d1fd04e9dfed2f9 /llvm/test | |
| parent | b8176da3144eeee9177b00ac68598254dc6413a7 (diff) | |
| download | bcm5719-llvm-4adbaf184340a71925eea83a2811c4763e281f38.tar.gz bcm5719-llvm-4adbaf184340a71925eea83a2811c4763e281f38.zip | |
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
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/machine-licm-vdup.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

