This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Add lifetime markers to the list of meta-instructions.
ClosedPublic

Authored by mattd on Feb 8 2018, 7:17 PM.

Details

Summary

Since the lifetime markers are metadata instructions, they should probably be treated as such by the isMetaInstruction predicate.
There was no issue that provoked this change, I just ran across it while investigating another issue.

Diff Detail

Repository
rL LLVM

Event Timeline

mattd created this revision.Feb 8 2018, 7:17 PM
aprantl accepted this revision.Feb 8 2018, 8:43 PM
aprantl added a reviewer: MatzeB.

That seems reasonable.

This revision is now accepted and ready to land.Feb 8 2018, 8:43 PM
This revision was automatically updated to reflect the committed changes.