This is an archive of the discontinued LLVM Phabricator instance.

[MIR] Add support for the frame-destroy MachineInstr flag
ClosedPublic

Authored by thegameg on Dec 21 2017, 12:45 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

thegameg created this revision.Dec 21 2017, 12:45 PM
MatzeB accepted this revision.Jan 8 2018, 10:08 AM

LGTM.

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.

Totally agree with you there.

This revision is now accepted and ready to land.Jan 8 2018, 10:08 AM
This revision was automatically updated to reflect the committed changes.