aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/neon-sub-encoding.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM/neon-sub-encoding.ll')
-rw-r--r--test/MC/ARM/neon-sub-encoding.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/ARM/neon-sub-encoding.ll b/test/MC/ARM/neon-sub-encoding.ll
index 94a2639..5ebbc63 100644
--- a/test/MC/ARM/neon-sub-encoding.ll
+++ b/test/MC/ARM/neon-sub-encoding.ll
@@ -1,5 +1,7 @@
; RUN: llc -show-mc-encoding -march=arm -mcpu=cortex-a8 -mattr=+neon < %s | FileCheck %s
+; XFAIL: *
+
; CHECK: vsub_8xi8
define <8 x i8> @vsub_8xi8(<8 x i8>* %A, <8 x i8>* %B) nounwind {
%tmp1 = load <8 x i8>* %A