================ @@ -0,0 +1,29 @@ +// RUN: not llvm-mc -triple=aarch64 -mattr=+gcie -show-encoding < %s 2>&1 \ +// RUN: | FileCheck %s --check-prefix=CHECK-ERROR +// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \ +// RUN: | FileCheck %s --check-prefix=CHECK-REQUIRES-GCIE + +//------------------------------------------------------------------------------ +// FEAT_GCIE instructions +//------------------------------------------------------------------------------ + +gsb +// CHECK-ERROR: error: invalid operand for GSB instruction + +gsb ack ---------------- jthackray wrote:
Yep, done. https://github.com/llvm/llvm-project/pull/163159 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
