[PATCH] D135488: [codegen][WIP] Display stack layouts in console

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 18:16:17 PDT 2022


paulkirth updated this revision to Diff 469838.
paulkirth added a comment.

Misc cleanups and additional tests

- replace stringstream formatting w/ formatv
- misc cleanups to includes
- fix some typos
- add tests for arm and x86
- add more interesting test cases
- try to reduce test size w/ llvm-reduce


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/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/StackFramePrinterPass.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/test/CodeGen/ARM/stack-frame-printer.ll
  llvm/test/CodeGen/X86/stack-frame-printer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135488.469838.patch
Type: text/x-patch
Size: 41553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221022/8e44ceea/attachment.bin>


More information about the llvm-commits mailing list