[PATCH] D36114: [AsmPrinterDwarf] Add support for .cfi_restore directive

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 16:05:55 PDT 2017


thegameg updated this revision to Diff 109023.
thegameg added a comment.
Herald added a subscriber: javed.absar.

- Add MIR support (printing and parsing).
- Add MIR test.
- Update and rename CodeGen test.
- Add MC test.


https://reviews.llvm.org/D36114

Files:
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/MIRParser/MILexer.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  lib/MC/MCAsmStreamer.cpp
  test/CodeGen/AArch64/cfi_restore.mir
  test/CodeGen/MIR/AArch64/cfi-def-cfa.mir
  test/CodeGen/MIR/AArch64/cfi.mir
  test/MC/AArch64/cfi.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36114.109023.patch
Type: text/x-patch
Size: 8861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/00bb03d3/attachment.bin>


More information about the llvm-commits mailing list