[PATCH] D41509: [MIR] Add support for the frame-destroy MachineInstr flag

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 12:45:19 PST 2017


thegameg created this revision.
thegameg added reviewers: MatzeB, qcolombet.
Herald added a subscriber: javed.absar.

We are printing / parsing the `frame-setup` MachineInstr flag but not the `frame-destroy` one.

I think we should revisit the use-case of this flag and why frame-setup is not enough for the job in the future, but for now we should at least print/parse it.


https://reviews.llvm.org/D41509

Files:
  docs/MIRLangRef.rst
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/MIRParser/MILexer.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  test/CodeGen/AArch64/arm64-csldst-mmo.ll
  test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41509.127926.patch
Type: text/x-patch
Size: 3561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171221/8607f66d/attachment.bin>


More information about the llvm-commits mailing list