[llvm] r193394 - ARM: tweak test to pass on all platforms

Tim Northover tnorthover at apple.com
Fri Oct 25 00:34:56 PDT 2013


Author: tnorthover
Date: Fri Oct 25 02:34:56 2013
New Revision: 193394

URL: http://llvm.org/viewvc/llvm-project?rev=193394&view=rev
Log:
ARM: tweak test to pass on all platforms

A TableGen indeterminacy means that the reason for the failure can
vary, and Windows gets the other option.

Modified:
    llvm/trunk/test/MC/ARM/single-precision-fp.s

Modified: llvm/trunk/test/MC/ARM/single-precision-fp.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/single-precision-fp.s?rev=193394&r1=193393&r2=193394&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/single-precision-fp.s (original)
+++ llvm/trunk/test/MC/ARM/single-precision-fp.s Fri Oct 25 02:34:56 2013
@@ -69,8 +69,10 @@
 @ CHECK-ERRORS: error: instruction requires: double precision VFP
 @ CHECK-ERRORS-NEXT: vcmp.f64 d6, #0
 
+        @ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
+        @ that the actual reason can vary by platform.
         vmov.f64 d11, d10
-@ CHECK-ERRORS: error: instruction requires: NEON
+@ CHECK-ERRORS: error: instruction requires:
 @ CHECK-ERRORS-NEXT: vmov.f64 d11, d10
 
         vcvt.f64.s32 d9, s8





More information about the llvm-commits mailing list