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