[PATCH] D73161: [llvm-exegesis] Serial snippet: Restrict the set of back-to-back instructions

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 01:09:34 PST 2020


courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: mstojanovic, tschuett.
Herald added a project: LLVM.

Right now when picking a back-to-back instruction at random, we might select
instructions that we do not know how to handle.
Add a ExegesisTarget hook to possibly filter instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73161

Files:
  llvm/tools/llvm-exegesis/lib/Target.h
  llvm/tools/llvm-exegesis/lib/X86/Target.cpp
  llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73161.239505.patch
Type: text/x-patch
Size: 7375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/144b13e6/attachment-0001.bin>


More information about the llvm-commits mailing list