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