diff options
Diffstat (limited to 'llvm/test/MC/ARM/neon-cmp-encoding.ll')
-rw-r--r-- | llvm/test/MC/ARM/neon-cmp-encoding.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/neon-cmp-encoding.ll b/llvm/test/MC/ARM/neon-cmp-encoding.ll index 16a415920c4..955fea52387 100644 --- a/llvm/test/MC/ARM/neon-cmp-encoding.ll +++ b/llvm/test/MC/ARM/neon-cmp-encoding.ll @@ -79,3 +79,7 @@ define <4 x i32> @vceq_4xfloat(<4 x float>* %A, <4 x float>* %B) nounwind { %tmp4 = sext <4 x i1> %tmp3 to <4 x i32> ret <4 x i32> %tmp4 } + +; FIXME: We cannot currently test the vceq with immediate zero, because we do +; not code generate it at this time. + |