diff options
Diffstat (limited to 'test/MC/ARM/neon-pairwise-encoding.ll')
-rw-r--r-- | test/MC/ARM/neon-pairwise-encoding.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/ARM/neon-pairwise-encoding.ll b/test/MC/ARM/neon-pairwise-encoding.ll index d8ef192..f7fea53 100644 --- a/test/MC/ARM/neon-pairwise-encoding.ll +++ b/test/MC/ARM/neon-pairwise-encoding.ll @@ -1,5 +1,7 @@ ; RUN: llc -show-mc-encoding -march=arm -mcpu=cortex-a8 -mattr=+neon < %s | FileCheck %s +; XFAIL: * + declare <8 x i8> @llvm.arm.neon.vpadd.v8i8(<8 x i8>, <8 x i8>) nounwind readnone declare <4 x i16> @llvm.arm.neon.vpadd.v4i16(<4 x i16>, <4 x i16>) nounwind readnone declare <2 x i32> @llvm.arm.neon.vpadd.v2i32(<2 x i32>, <2 x i32>) nounwind readnone |