This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Allow running localizer earlier
ClosedPublic

Authored by arsenm on Feb 17 2020, 6:59 AM.

Details

Summary

This required legal and regbankselected MIR for seemingly no
reason. For AMDGPU this wouldn't see legalized G_GLOBAL_VALUEs.

Diff Detail

Event Timeline

arsenm created this revision.Feb 17 2020, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2020, 6:59 AM
This revision is now accepted and ready to land.Feb 17 2020, 11:00 AM