llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-tools-llvm-exegesis Author: None (llvmbot) <details> <summary>Changes</summary> Backport 12b3a9f52e76611b3d3ceb746559d2c384b2565e Requested by: @<!-- -->UsmanNadeem --- Full diff: https://github.com/llvm/llvm-project/pull/177494.diff 1 Files Affected: - (modified) llvm/test/tools/llvm-exegesis/AArch64/debug-gen-asm.s (+2-2) ``````````diff diff --git a/llvm/test/tools/llvm-exegesis/AArch64/debug-gen-asm.s b/llvm/test/tools/llvm-exegesis/AArch64/debug-gen-asm.s index 7cd088fa7f20e..4690c76eaf98d 100644 --- a/llvm/test/tools/llvm-exegesis/AArch64/debug-gen-asm.s +++ b/llvm/test/tools/llvm-exegesis/AArch64/debug-gen-asm.s @@ -1,6 +1,6 @@ REQUIRES: aarch64-registered-target, asserts -RUN: llvm-exegesis -mcpu=neoverse-v2 --use-dummy-perf-counters --min-instructions=100 --mode=latency --debug-only=preview-gen-assembly --opcode-name=ADDVv4i16v 2>&1 | FileCheck %s -check-prefix=PREVIEW +RUN: llvm-exegesis -mtriple=aarch64 -mcpu=neoverse-v2 --use-dummy-perf-counters --min-instructions=100 --mode=latency --debug-only=preview-gen-assembly --opcode-name=ADDVv4i16v 2>&1 | FileCheck %s -check-prefix=PREVIEW PREVIEW: Generated assembly snippet: PREVIEW-NEXT: ``` @@ -11,7 +11,7 @@ PREVIEW-NEXT: {{.*}} addv h{{[0-9]+}}, v{{[0-9]+}}.4h PREVIEW: {{.*}} ret PREVIEW-NEXT:``` -RUN: llvm-exegesis -mcpu=neoverse-v2 --use-dummy-perf-counters --min-instructions=100 --mode=latency --debug-only=print-gen-assembly --opcode-name=ADDVv4i16v 2>&1 | FileCheck %s -check-prefix=PRINT +RUN: llvm-exegesis -mtriple=aarch64 -mcpu=neoverse-v2 --use-dummy-perf-counters --min-instructions=100 --mode=latency --debug-only=print-gen-assembly --opcode-name=ADDVv4i16v 2>&1 | FileCheck %s -check-prefix=PRINT PRINT: Generated assembly snippet: PRINT-NEXT: ``` PRINT: {{[04]}}: {{.*}} movi d{{[0-9]+}}, #0000000000000000 `````````` </details> https://github.com/llvm/llvm-project/pull/177494 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
