[PATCH] D74914: Clean up assembler CFI directives
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 10:47:26 PST 2020
scott.linder created this revision.
Herald added subscribers: llvm-commits, jrtc27, fedor.sergeev, hiraditya, jyknight.
Herald added a project: LLVM.
- Support emitting .cfi_undefined in CodeGen
- Emit register names in assembly for .cfi_undefined, .cfi_register, and
.cfi_return_column
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74914
Files:
llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
llvm/lib/MC/MCAsmStreamer.cpp
llvm/test/CodeGen/SPARC/2013-05-17-CallFrame.ll
llvm/test/CodeGen/SPARC/exception.ll
llvm/test/CodeGen/SPARC/reserved-regs.ll
llvm/test/CodeGen/SPARC/umulo-128-legalisation-lowering.ll
llvm/test/MC/X86/return-column.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74914.245691.patch
Type: text/x-patch
Size: 5689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/00ece976/attachment.bin>
More information about the llvm-commits
mailing list