[PATCH] D135488: [codegen][WIP] Display stack layouts in console
Paul Kirth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 18:39:26 PDT 2022
paulkirth updated this revision to Diff 469446.
paulkirth added a comment.
Code Cleanups and Test Cases
- Replace SmallVector with SmallPtrSet
- Add some comments/clarification
- Add a larger, more flexible test case
There's still room for improvement for both testing and documentation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135488/new/
https://reviews.llvm.org/D135488
Files:
llvm/include/llvm/CodeGen/MachineFrameInfo.h
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/InitializePasses.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/CodeGen.cpp
llvm/lib/CodeGen/MachineFrameInfo.cpp
llvm/lib/CodeGen/PrologEpilogInserter.cpp
llvm/lib/CodeGen/StackFramePrinterPass.cpp
llvm/lib/CodeGen/TargetPassConfig.cpp
llvm/test/CodeGen/X86/stack-frame-printer.ll
llvm/test/CodeGen/X86/stack-frame-printer2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135488.469446.patch
Type: text/x-patch
Size: 57511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221021/a8005e6f/attachment-0001.bin>
More information about the cfe-commits
mailing list