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