[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
Fri Sep 16 08:47:20 PDT 2022
yassingh updated this revision to Diff 460784.
yassingh added a comment.
Updating entire diff, since changes dropped the original patch, all syntax changes requested have been addressed.
Discussion about whether to move common cl-options for -dot-cfg and -dot-mcfg in single place is still open, but as @arsenm suggested it might not be worth the effort and I agree.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133709/new/
https://reviews.llvm.org/D133709
Files:
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.460784.patch
Type: text/x-patch
Size: 18134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/a1f695dd/attachment-0001.bin>
More information about the llvm-commits
mailing list