brintos

brintos / llvm-project-archived public Read only

0
0
Text · 294 B · 9540d29 Raw
9 lines · plain
1// RUN: not llvm-mc  -triple=arm64-linux-gnu -mattr=armv8.1a -mattr=-lse < %s 2> %t2// RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s3 4        casa  w5, w7, [x20]5// CHECK-ERROR: error: instruction requires: lse6// CHECK-ERROR-NEXT:        casa  w5, w7, [x20]7// CHECK-ERROR-NEXT:        ^8 9