[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / cyclone-movi-bug.s
blobd49aea39269102da7ac1828987e4778e963b8e71
1 ; RUN: llvm-mc -triple aarch64-apple-ios -mcpu=cyclone %s 2> %t.log | FileCheck %s
2 ; RUN: FileCheck %s --check-prefix=CHECK-ERR < %t.log
4 ; CHECK: movi v3.16b, #0
5 ; CHECK: movi v7.16b, #0
6 ; CHECK-ERR: warning: instruction movi.2d with immediate #0 may not function correctly on this CPU, converting to equivalent movi.16b
7 ; CHECK-ERR: warning: instruction movi.2d with immediate #0 may not function correctly on this CPU, converting to equivalent movi.16b
8 movi.2d v3, #0
9 movi v7.2d, #0