[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / arm64v8.1-diagno-predicate.s
blob9540d295c8fbc63552d1c5709517300cf543ed4e
1 // RUN: not llvm-mc -triple=arm64-linux-gnu -mattr=armv8.1a -mattr=-lse < %s 2> %t
2 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
4 casa w5, w7, [x20]
5 // CHECK-ERROR: error: instruction requires: lse
6 // CHECK-ERROR-NEXT: casa w5, w7, [x20]
7 // CHECK-ERROR-NEXT: ^