[PATCH] D79978: Call Frame Information (CFI) Handling for Basic Block Sections

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 23:59:10 PDT 2020


tmsriram updated this revision to Diff 273599.
tmsriram added a comment.

Split deduplication out of base CFI patch.

This patch now only contains the basic support needed to make CFI correct with basic block sections.  CFI FDE deduplication will be added as a separate child patch to make it easy to review.


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

https://reviews.llvm.org/D79978

Files:
  llvm/include/llvm/CodeGen/TargetFrameLowering.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfException.h
  llvm/lib/CodeGen/CFIInstrInserter.cpp
  llvm/lib/Target/AArch64/AArch64FrameLowering.h
  llvm/lib/Target/X86/X86FrameLowering.cpp
  llvm/lib/Target/X86/X86FrameLowering.h
  llvm/test/DebugInfo/X86/basicblock-sections-cfi.ll
  llvm/test/DebugInfo/X86/basicblock-sections-cfiinstr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79978.273599.patch
Type: text/x-patch
Size: 23270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200626/af3841af/attachment.bin>


More information about the llvm-commits mailing list