[all-commits] [llvm/llvm-project] f0655b: [llvm-exegesis] Add memory annotation parsing
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jun 26 22:31:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0655b0d06129330f710b3cb9955cec7e778bfd0
https://github.com/llvm/llvm-project/commit/f0655b0d06129330f710b3cb9955cec7e778bfd0
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
A llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-unsupported.s
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
M llvm/tools/llvm-exegesis/lib/SnippetFile.cpp
M llvm/tools/llvm-exegesis/lib/SnippetFile.h
M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
M llvm/unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
Log Message:
-----------
[llvm-exegesis] Add memory annotation parsing
This patch adds memory annotation parsing to llvm-exegesis. The memory
annotations cannot be used currently, but this allows for using parsed
memory annotations within a FunctionExecutorImpl to set up a specified
execution environment.
More information about the All-commits
mailing list