r208868 - AArch64: update test after LLVM CodeGen change
David Blaikie
dblaikie at gmail.com
Thu May 15 11:23:03 PDT 2014
On Thu, May 15, 2014 at 4:21 AM, Tim Northover <tnorthover at apple.com> wrote:
> Author: tnorthover
> Date: Thu May 15 06:21:39 2014
> New Revision: 208868
>
> URL: http://llvm.org/viewvc/llvm-project?rev=208868&view=rev
> Log:
> AArch64: update test after LLVM CodeGen change
>
> Modified:
> cfe/trunk/test/CodeGen/aarch64-poly64.c
Any chance of fixing this test to split the frontend and backend
appropriately - so the backend is tested in LLVM and the frontend in
Clang? (ie: test IR output in Clang, and LLVM->asm in LLVM)
>
> Modified: cfe/trunk/test/CodeGen/aarch64-poly64.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/aarch64-poly64.c?rev=208868&r1=208867&r2=208868&view=diff
> ==============================================================================
> --- cfe/trunk/test/CodeGen/aarch64-poly64.c (original)
> +++ cfe/trunk/test/CodeGen/aarch64-poly64.c Thu May 15 06:21:39 2014
> @@ -76,7 +76,7 @@ poly64x1_t test_vcopy_lane_p64(poly64x1_
> return vcopy_lane_p64(a, 0, b, 0);
> // CHECK-AARCH64: fmov {{d[0-9]+}}, {{d[0-9]+}}
>
> - // CHECK-ARM64: orr v0.16b, v1.16b, v1.16b
> + // CHECK-ARM64: mov v0.16b, v1.16b
> }
>
> poly64x2_t test_vcopyq_lane_p64(poly64x2_t a, poly64x1_t b) {
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list