[PATCH] D74156: [llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 8 10:11:00 PST 2020


lebedev.ri updated this revision to Diff 243383.
lebedev.ri added a comment.

Rewrite combination generator - it is more straight-forward to model it as a
weird number where each digit may have different base.
This seems more understandable to me, and involves no recursion.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74156/new/

https://reviews.llvm.org/D74156

Files:
  llvm/test/tools/llvm-exegesis/X86/latency-SETCCr-cond-codes-sweep.s
  llvm/tools/llvm-exegesis/lib/CodeTemplate.h
  llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.h
  llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.h
  llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp
  llvm/tools/llvm-exegesis/lib/SnippetGenerator.h
  llvm/tools/llvm-exegesis/lib/Target.h
  llvm/tools/llvm-exegesis/lib/X86/Target.cpp
  llvm/tools/llvm-exegesis/llvm-exegesis.cpp
  llvm/unittests/tools/llvm-exegesis/CMakeLists.txt
  llvm/unittests/tools/llvm-exegesis/Mips/SnippetGeneratorTest.cpp
  llvm/unittests/tools/llvm-exegesis/SnippetGeneratorTest.cpp
  llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74156.243383.patch
Type: text/x-patch
Size: 43049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200208/d1ee62bf/attachment.bin>


More information about the llvm-commits mailing list