File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
llvm/test/tools/llvm-exegesis/AArch64 Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
llvm /test/tools/llvm-exegesis/AArch64/skip_unsupported_instructions.s
2
2
3
+ # TODO: This is failing on some systems that have hardware support for
4
+ # pointer authentication. This needs to be fixed before reenabling.
5
+ # REQUIRES: disabled
6
+
3
7
# REQUIRES: aarch64-registered-target
4
8
5
9
# Check for skipping of illegal instruction errors (AUT and LDGM)
6
10
# RUN: llvm-exegesis -mcpu=neoverse-v2 -mode=latency --opcode-name=AUTIA --benchmark-phase=assemble-measured-code 2 >&1 | FileCheck %s --check-prefix=CHECK-AUTIA
7
11
# CHECK-AUTIA-NOT : snippet crashed while running: Illegal instruction
8
12
9
13
# RUN: llvm-exegesis -mcpu=neoverse-v2 -mode=latency --opcode-name=LDGM --benchmark-phase=assemble-measured-code 2 >&1 | FileCheck %s --check-prefix=CHECK-LDGM
10
- # CHECK-LDGM: LDGM: Unsupported opcode: load tag multiple
14
+ # CHECK-LDGM: LDGM: Unsupported opcode: load tag multiple
You can’t perform that action at this time.
0 commit comments