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