This is an archive of the discontinued LLVM Phabricator instance.

[MIBundles] Move analyzeVirtReg out of MIBundleOperands iterator (NFC).
ClosedPublic

Authored by fhahn on Nov 21 2019, 12:41 PM.

Details

Summary

analyzeVirtReg does not really fit into the iterator and moving it
makes it easier to change the base iterator.

Event Timeline

fhahn created this revision.Nov 21 2019, 12:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2019, 12:41 PM
This revision is now accepted and ready to land.Nov 21 2019, 12:59 PM
This revision was automatically updated to reflect the committed changes.