This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Move ConstantIsland and LowOverheadLoops Passes.
ClosedPublic

Authored by yroux on Mar 12 2020, 7:45 AM.

Details

Summary

Move ARM ConstantIsland and LowOverheadLopps passes later in thepipeline such that they will be run after the upcoming Machine Outlining pass.

This is a follow-up of ARM Machine Outliner support RFC D57054

Diff Detail

Event Timeline

yroux created this revision.Mar 12 2020, 7:45 AM
This revision is now accepted and ready to land.Mar 13 2020, 4:26 AM
This revision was automatically updated to reflect the committed changes.