[all-commits] [llvm/llvm-project] 9f8083: [llvm-exegesis] Add support for using memory annot...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jun 26 23:53:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f80831f3627e800709e2434bbbd5bb179b1576e
https://github.com/llvm/llvm-project/commit/9f80831f3627e800709e2434bbbd5bb179b1576e
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-livein.s
A llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s
M llvm/tools/llvm-exegesis/lib/Assembler.cpp
M llvm/tools/llvm-exegesis/lib/Assembler.h
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
M llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp
M llvm/tools/llvm-exegesis/lib/SnippetRepetitor.h
M llvm/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
M llvm/unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
Log Message:
-----------
[llvm-exegesis] Add support for using memory annotations
This patch adds in support for using memory annotations in the
subprocess execution mode.
More information about the All-commits
mailing list