This is an archive of the discontinued LLVM Phabricator instance.

[RA CopyHints] Fix compile-time regression
ClosedPublic

Authored by jonpa on Oct 3 2018, 3:01 AM.

Details

Reviewers
RKSimon
Summary

This patch makes sure that a register is only hinted once to RA. In extreme cases the same register can otherwise be hinted numerous times and cause a compile time slowdown.

Diff Detail

Event Timeline

jonpa created this revision.Oct 3 2018, 3:01 AM
RKSimon accepted this revision.Oct 3 2018, 5:18 AM

LGTM

This revision is now accepted and ready to land.Oct 3 2018, 5:18 AM
jonpa closed this revision.Oct 3 2018, 11:16 PM

r343686