This is an archive of the discontinued LLVM Phabricator instance.

Eliminate the sizing template parameter N from CoalescingBitVector
ClosedPublic

Authored by dim on Sep 2 2020, 10:01 AM.

Details

Summary

Since the parameter is not used anywhere, and the default size of 16
apparently causes PR47359, remove it. This ensures that IntervalMap will
automatically determine the optimal size, using its NodeSizer struct.

Diff Detail

Event Timeline

dim created this revision.Sep 2 2020, 10:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2020, 10:01 AM
Herald added a subscriber: dexonsmith. · View Herald Transcript
dim requested review of this revision.Sep 2 2020, 10:01 AM
dblaikie accepted this revision.Sep 2 2020, 1:55 PM

Fair enough

This revision is now accepted and ready to land.Sep 2 2020, 1:55 PM
This revision was landed with ongoing or failed builds.Sep 3 2020, 9:15 AM
This revision was automatically updated to reflect the committed changes.