[PATCH] D136484: [CodeGen] Improve large stack frame diagnostic

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 17:14:45 PDT 2022


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

Address comments

- use better casting discipline
- replace auto w/ concrete types
- update use of llvm::dbgs()
- change "UnsafeStack" to "unsafe stack" in tests
- update bracing to match LLVM sytle guide


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136484

Files:
  llvm/lib/CodeGen/PrologEpilogInserter.cpp
  llvm/test/CodeGen/ARM/warn-stack.ll
  llvm/test/CodeGen/X86/warn-stack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136484.470327.patch
Type: text/x-patch
Size: 5397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221025/52f34030/attachment.bin>


More information about the llvm-commits mailing list