[PATCH] D151024: [llvm-exegesis] Add memory annotation parsing

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 20 03:42:25 PDT 2023


aidengrossman created this revision.
Herald added a subscriber: mstojanovic.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added subscribers: llvm-commits, courbet.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151024

Files:
  llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
  llvm/tools/llvm-exegesis/lib/SnippetFile.cpp
  llvm/tools/llvm-exegesis/lib/SnippetFile.h
  llvm/tools/llvm-exegesis/llvm-exegesis.cpp
  llvm/unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151024.524015.patch
Type: text/x-patch
Size: 11905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230520/64d9f538/attachment.bin>


More information about the llvm-commits mailing list