Skip to content

Commit ac07228

Browse files
committed
[llvm-exegesis] [AArch64] Correct UMOVvi16_idx0 latency testcase
1 parent 9787b4d commit ac07228

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

llvm/test/tools/llvm-exegesis/AArch64/error-resolution.s

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,9 @@
6161
# RUN: llvm-exegesis --mtriple=aarch64 --mcpu=neoverse-v2 --mode=latency --benchmark-phase=prepare-and-assemble-snippet --opcode-name=UMOVvi16_idx0 2>&1 | FileCheck %s --check-prefix=UMOVvi16_idx0_latency
6262
# RUN: llvm-exegesis --mtriple=aarch64 --mcpu=neoverse-v2 --mode=inverse_throughput --benchmark-phase=prepare-and-assemble-snippet --opcode-name=UMOVvi16_idx0 2>&1 | FileCheck %s --check-prefix=UMOVvi16_idx0_throughput
6363

64-
# UMOVvi16_idx0_latency-NOT: Not all operands were initialized by the snippet generator for UMOVvi16_idx0 opcode
65-
# UMOVvi16_idx0_latency: ---
66-
# UMOVvi16_idx0_latency-NEXT: mode: latency
67-
# UMOVvi16_idx0_latency-NEXT: key:
68-
# UMOVvi16_idx0_latency-NEXT: instructions:
69-
# UMOVvi16_idx0_latency-NEXT: UMOVvi16_idx0 [[REG1:W[0-9]+|LR]] [[REG2:Q[0-9]+|LR]] i_0x0
70-
# UMOVvi16_idx0_latency: ...
71-
72-
# UMOVvi16_idx0_throughput-NOT: Not all operands were initialized by the snippet generator for UMOVvi16_idx0 opcode
64+
# UMOVvi16_idx0_latency-NOT: UMOVvi16_idx0: Not all operands were initialized by the snippet generator for UMOVvi16_idx0 opcode.
65+
66+
# UMOVvi16_idx0_throughput-NOT: UMOVvi16_idx0: Not all operands were initialized by the snippet generator for UMOVvi16_idx0 opcode.
7367
# UMOVvi16_idx0_throughput: ---
7468
# UMOVvi16_idx0_throughput-NEXT: mode: inverse_throughput
7569
# UMOVvi16_idx0_throughput-NEXT: key:

0 commit comments

Comments
 (0)