[PATCH] D142257: [exegesis] `ParallelSnippetGenerator`: always use `RegRandomizationStrategy`

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 14:48:46 PST 2023


lebedev.ri created this revision.
lebedev.ri added reviewers: courbet, gchatelet, RKSimon.
lebedev.ri added a project: LLVM.
Herald added subscribers: StephenFan, mstojanovic.
Herald added a project: All.
lebedev.ri requested review of this revision.

Even for instructions without tied operands, as long as
there are at least two untied use reg operands,
we may find something interesting by passing the same register.

In particular, we already know that `CMP64rr` & friends are dep-breaking.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142257

Files:
  llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.h
  llvm/tools/llvm-exegesis/llvm-exegesis.cpp
  llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142257.490979.patch
Type: text/x-patch
Size: 10262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/10009c51/attachment.bin>


More information about the llvm-commits mailing list