diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-04-17 23:38:46 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-04-17 23:38:46 +0000 |
| commit | 28fc7ca53fadcbc4ae892682d60d86e8afd3c690 (patch) | |
| tree | 440a14376566007319099107930e1890433cc88e /llvm | |
| parent | 761fb44efe717410fd6936e3bec6684e062f35a1 (diff) | |
| download | bcm5719-llvm-28fc7ca53fadcbc4ae892682d60d86e8afd3c690.tar.gz bcm5719-llvm-28fc7ca53fadcbc4ae892682d60d86e8afd3c690.zip | |
Fix another typo in r235224 testcase. NFC.
Third time's the charm!
llvm-svn: 235242
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll b/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll index ba05dd8244e..3cfbb1433c5 100644 --- a/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll +++ b/llvm/test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll @@ -6176,15 +6176,15 @@ define <2 x double> @test_v2f64_post_reg_ld1lane(double* %bar, double** %ptr, i6 ; Check for dependencies between the vector and the scalar load. define <4 x float> @test_v4f32_post_reg_ld1lane_dep_vec_on_load(float* %bar, float** %ptr, i64 %inc, <4 x float>* %dep_ptr_1, <4 x float>* %dep_ptr_2) { ; CHECK-LABEL: test_v4f32_post_reg_ld1lane_dep_vec_on_load: -; CHECk: BB#0: -; CHECk-NEXT: ldr s[[LD:[0-9]+]], [x0] -; CHECk-NEXT: movi.2d v0, #0000000000000000 -; CHECk-NEXT: str q0, [x3] -; CHECk-NEXT: ldr q0, [x4] -; CHECk-NEXT: ins.s v0[1], v[[LD]][0] -; CHECk-NEXT: add [[POST:x[0-9]]], x0, x2, lsl #2 -; CHECk-NEXT: str [[POST]], [x1] -; CHECk-NEXT: ret +; CHECK: BB#0: +; CHECK-NEXT: ldr s[[LD:[0-9]+]], [x0] +; CHECK-NEXT: movi.2d v0, #0000000000000000 +; CHECK-NEXT: str q0, [x3] +; CHECK-NEXT: ldr q0, [x4] +; CHECK-NEXT: ins.s v0[1], v[[LD]][0] +; CHECK-NEXT: add [[POST:x[0-9]]], x0, x2, lsl #2 +; CHECK-NEXT: str [[POST]], [x1] +; CHECK-NEXT: ret %tmp1 = load float, float* %bar store <4 x float> zeroinitializer, <4 x float>* %dep_ptr_1, align 16 %A = load <4 x float>, <4 x float>* %dep_ptr_2, align 16 |

