This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Move GlobalISel source files to a dedicated subdir
ClosedPublic

Authored by aemerson on Jun 3 2020, 1:25 PM.

Details

Summary

No real technical reason to move these, except to separate the GISel components for organization purposes. The tablegen files remain where they are.

I can imagine we're going to be creating more passes, or factoring out code into separate files in future, which would clutter things even more unless we split them.

Diff Detail

Event Timeline

aemerson created this revision.Jun 3 2020, 1:25 PM

I think I'd like the proposed organization better; but I only have a weak preference.
LGTM.

paquette accepted this revision.Jun 4 2020, 9:29 AM

I'm fine with this

This revision is now accepted and ready to land.Jun 4 2020, 9:29 AM
This revision was automatically updated to reflect the committed changes.