[PATCH] D91388: [TableGen] Add frontend/backend phase timing capability

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 08:45:46 PST 2020


Paul-C-Anagnostopoulos updated this revision to Diff 305176.
Paul-C-Anagnostopoulos added a comment.

I forgot to add the new -time-phases option to the xxx-tblgen documentation.

I also added a null backend to make timing the parser easier.


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

https://reviews.llvm.org/D91388

Files:
  llvm/docs/CommandGuide/tblgen.rst
  llvm/docs/TableGen/BackGuide.rst
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/TableGen/Main.cpp
  llvm/lib/TableGen/Record.cpp
  llvm/utils/TableGen/CallingConvEmitter.cpp
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/DAGISelEmitter.cpp
  llvm/utils/TableGen/GICombinerEmitter.cpp
  llvm/utils/TableGen/PseudoLoweringEmitter.cpp
  llvm/utils/TableGen/RegisterBankEmitter.cpp
  llvm/utils/TableGen/RegisterInfoEmitter.cpp
  llvm/utils/TableGen/TableGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91388.305176.patch
Type: text/x-patch
Size: 20932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/bd89aa10/attachment-0001.bin>


More information about the llvm-commits mailing list