This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Increase limit for max copied from constant fold
ClosedPublic

Authored by bcahoon on Feb 14 2023, 10:27 AM.

Details

Summary

Increasing the limits fixes several performance regressions on internal applications. The new threshold is large enough to fix the regressions.

I have not included a test case as it would be large and I'm not sure how useful it would. I can include one if needed.

Diff Detail

Event Timeline

bcahoon created this revision.Feb 14 2023, 10:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 10:27 AM
bcahoon requested review of this revision.Feb 14 2023, 10:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 10:27 AM
nikic accepted this revision.Feb 14 2023, 11:14 AM
This revision is now accepted and ready to land.Feb 14 2023, 11:14 AM
This revision was landed with ongoing or failed builds.Feb 14 2023, 2:08 PM
This revision was automatically updated to reflect the committed changes.