File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ // RUN: not llvm-mc -triple=aarch64 -mattr=+mtetc -show-encoding < %s 2 >&1 \
2+ // RUN: | FileCheck %s --check-prefix=CHECK-ERROR
3+ // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2 >&1 \
4+ // RUN: | FileCheck %s --check-prefix=CHECK-REQUIRES-MTETC
5+
6+ //------------------------------------------------------------------------------
7+ // FEAT_MTETC Extension instructions
8+ //------------------------------------------------------------------------------
9+
10+ dc zgbva
11+ // CHECK-ERROR: error: specified dc op requires a register
12+ // CHECK-REQUIRES-MTETC: DC ZGBVA requires: mtetc
13+
14+ dc gbva
15+ // CHECK-ERROR: error: specified dc op requires a register
16+ // CHECK-REQUIRES-MTETC: DC GBVA requires: mtetc
File renamed without changes.
You can’t perform that action at this time.
0 commit comments