brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · 53e689a Raw
9 lines · plain
1// RUN: not llvm-mc  -triple aarch64-none-linux-gnu -mattr=+neon,+crypto,-fp-armv8 < %s 2> %t2// RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s3 4        sha1h s0, s15 6// CHECK-ERROR: error: instruction requires: sha27// CHECK-ERROR-NEXT:    sha1h s0, s18// CHECK-ERROR-NEXT:    ^9