This is an archive of the discontinued LLVM Phabricator instance.

[LAA] MaxSafeVectorWidthBits depends on changes to MinDepDist
AbandonedPublic

Authored by michaelmaitland on Jul 24 2023, 1:37 PM.

Details

Reviewers
fhahn
Ayal
reames
Summary

If MinDepDist changes, then it is possible that MaxSafeVectorWidthInBits
changes since it depends on MinDepDist. Whenever we may change
MinDepDist, we must change MaxSafeVectorWidthInBits.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 1:37 PM
michaelmaitland requested review of this revision.Jul 24 2023, 1:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 1:37 PM
michaelmaitland abandoned this revision.Aug 1 2023, 9:11 AM

After taking a closer look, I can make all the changes needed in D150706.