[all-commits] [llvm/llvm-project] f1963f: Reland "[llvm-exegesis] Add in snippet address ann...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Dec 7 00:21:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1963fde9f8be49454d827d72b83ee8aaa78a9cc
https://github.com/llvm/llvm-project/commit/f1963fde9f8be49454d827d72b83ee8aaa78a9cc
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-unsupported.s
A llvm/test/tools/llvm-exegesis/X86/latency/snippet-address-annotations-unsupported.s
A llvm/test/tools/llvm-exegesis/X86/latency/subprocess-address-annotation.s
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-exegesis/lib/SnippetFile.cpp
M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
M llvm/unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
Log Message:
-----------
Reland "[llvm-exegesis] Add in snippet address annotation (#74218)"
This reverts commit 30d700117b772d94d8474ec56bd6f9cc423fc613.
This relands commit 3ab41f912a6c219a93b87c257139822ea07c8863.
When I was updating the patch to use llvm::to_integer, I only ran the
lit tests and didn't run the unit tests, one of which started to fail.
This patch fixes the broken unit test.
More information about the All-commits
mailing list