[PATCH] D46821: Update llvm-exegesis to cover latency through another opcode.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 06:18:52 PDT 2018


gchatelet updated this revision to Diff 146801.
gchatelet marked 2 inline comments as done.
gchatelet added a comment.

- Add documentation to Assembler.h.
- Fix missing static in Assembler.cpp.
- Update documentation in BenchmarkResult.
- Return an llvm::Expected instead of passing vector by ref.
- Removed private namespace and added FIXME.
- Remove private namespace.
- Added Description to MCInstrDescView.h.
- Added Fixme to BenchmarkRunner.
- Make create snippet debug information an argument of the function.
- Rename AliasingTracker files into RegisterAliasing.
- Add header in Assembler.cpp.
- Fix comments in Assembler.h.
- Simplify Assembler file and remove most of the clutter.
- Update comments and fix missing line feed.
- Get rid of SmallSet.
- rename clearVariable in clearVariableAssignments.
- Fix style for random generator functions.
- Add a FIXME to explore immediate values.
- Fix private namespace and code style.
- Fix wrong rebase
- Turn an assert into a real error.
- Added FIXME.


Repository:
  rL LLVM

https://reviews.llvm.org/D46821

Files:
  tools/llvm-exegesis/lib/Assembler.cpp
  tools/llvm-exegesis/lib/Assembler.h
  tools/llvm-exegesis/lib/BenchmarkResult.cpp
  tools/llvm-exegesis/lib/BenchmarkResult.h
  tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  tools/llvm-exegesis/lib/BenchmarkRunner.h
  tools/llvm-exegesis/lib/CMakeLists.txt
  tools/llvm-exegesis/lib/InMemoryAssembler.cpp
  tools/llvm-exegesis/lib/InMemoryAssembler.h
  tools/llvm-exegesis/lib/InstructionSnippetGenerator.cpp
  tools/llvm-exegesis/lib/InstructionSnippetGenerator.h
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/Latency.h
  tools/llvm-exegesis/lib/LlvmState.h
  tools/llvm-exegesis/lib/MCInstrDescView.cpp
  tools/llvm-exegesis/lib/MCInstrDescView.h
  tools/llvm-exegesis/lib/OperandGraph.cpp
  tools/llvm-exegesis/lib/OperandGraph.h
  tools/llvm-exegesis/lib/RegisterAliasing.cpp
  tools/llvm-exegesis/lib/RegisterAliasing.h
  tools/llvm-exegesis/lib/Uops.cpp
  tools/llvm-exegesis/lib/Uops.h
  tools/llvm-exegesis/llvm-exegesis.cpp
  unittests/tools/llvm-exegesis/CMakeLists.txt
  unittests/tools/llvm-exegesis/OperandGraphTest.cpp
  unittests/tools/llvm-exegesis/X86/CMakeLists.txt
  unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp
  unittests/tools/llvm-exegesis/X86/InstructionSnippetGeneratorTest.cpp
  unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46821.146801.patch
Type: text/x-patch
Size: 124239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180515/27d88091/attachment-0001.bin>


More information about the llvm-commits mailing list