This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Move MVEVPTBlockPass to a separate file
ClosedPublic

Authored by dmgreen on Aug 22 2019, 2:29 AM.

Details

Summary

This just pulls the MVEVPTBlockPass into a separate file, as opposed to living in Thumb2ITBlockPass. I think this makes more sense, and if we need to share any code between them it can be pulled out into somewhere common.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.Aug 22 2019, 2:29 AM
SjoerdMeijer accepted this revision.Aug 28 2019, 2:31 AM

Yep, why not.

This revision is now accepted and ready to land.Aug 28 2019, 2:31 AM
This revision was automatically updated to reflect the committed changes.