brintos

brintos / llvm-project-archived public Read only

0
0
Text · 510 B · d49aea3 Raw
10 lines · plain
1; RUN: llvm-mc -triple aarch64-apple-ios -mcpu=cyclone %s 2> %t.log | FileCheck %s2; RUN: FileCheck %s --check-prefix=CHECK-ERR < %t.log3 4    ; CHECK: movi v3.16b, #05    ; CHECK: movi v7.16b, #06    ; CHECK-ERR: warning: instruction movi.2d with immediate #0 may not function correctly on this CPU, converting to equivalent movi.16b7    ; CHECK-ERR: warning: instruction movi.2d with immediate #0 may not function correctly on this CPU, converting to equivalent movi.16b8    movi.2d v3, #09    movi v7.2d, #010