[PATCH] D133709: -dot-machine-cfg for printing MachineFunction to a dot file

Yashwant Singh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 08:08:18 PDT 2022


yassingh updated this revision to Diff 461214.
yassingh added a comment.

Moved common code to generate node label to template functions


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

https://reviews.llvm.org/D133709

Files:
  llvm/include/llvm/ADT/get-node-label.h
  llvm/include/llvm/Analysis/CFGPrinter.h
  llvm/include/llvm/CodeGen/MachineCFGPrinter.h
  llvm/include/llvm/CodeGen/MachinePassRegistry.def
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/MachineCFGPrinter.cpp
  llvm/test/Analysis/DotMachineCFG/AMDGPU/functions.mir
  llvm/test/Analysis/DotMachineCFG/AMDGPU/irreducible.mir
  llvm/test/Analysis/DotMachineCFG/AMDGPU/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133709.461214.patch
Type: text/x-patch
Size: 22001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/0d256745/attachment.bin>


More information about the llvm-commits mailing list