summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/neon-table-encoding.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-10-28 06:46:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-10-28 06:46:17 +0000
commit0165e255640f63d467f58993ce922cfcad847866 (patch)
tree4c5df02514dc13fb8cf39a444fa8d71c1a967daf /llvm/test/MC/ARM/neon-table-encoding.ll
parent959807fa3744e2a191a42addd33d41784f3eb3d6 (diff)
downloadbcm5719-llvm-0165e255640f63d467f58993ce922cfcad847866.tar.gz
bcm5719-llvm-0165e255640f63d467f58993ce922cfcad847866.zip
Disable most of the ARM vfp / NEON MC tests. These are too fragile to be useful.
I'll work with Jim, Owen, and Bill on an alternative testing strategy until the assembly parser is available. llvm-svn: 117530
Diffstat (limited to 'llvm/test/MC/ARM/neon-table-encoding.ll')
-rw-r--r--llvm/test/MC/ARM/neon-table-encoding.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/neon-table-encoding.ll b/llvm/test/MC/ARM/neon-table-encoding.ll
index 1352855fba7..285b0970b21 100644
--- a/llvm/test/MC/ARM/neon-table-encoding.ll
+++ b/llvm/test/MC/ARM/neon-table-encoding.ll
@@ -1,5 +1,6 @@
; RUN: llc -show-mc-encoding -march=arm -mcpu=cortex-a8 -mattr=+neon < %s | FileCheck %s
+; XFAIL: *
%struct.__neon_int8x8x2_t = type { <8 x i8>, <8 x i8> }
%struct.__neon_int8x8x3_t = type { <8 x i8>, <8 x i8>, <8 x i8> }
OpenPOWER on IntegriCloud