r208868 - AArch64: update test after LLVM CodeGen change

Tim Northover tnorthover at apple.com
Thu May 15 04:21:39 PDT 2014


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

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) {





More information about the cfe-commits mailing list