This is an archive of the discontinued LLVM Phabricator instance.

[BitVector] Hold the underlying storage as a MutableArrayRef.
ClosedPublic

Authored by zturner on Apr 21 2017, 12:00 PM.

Details

Summary

This makes it more convenient to do certain types of operations such as enabling ranged-based for loops, drop_front / drop_back, slice, etc.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner created this revision.Apr 21 2017, 12:00 PM
This revision is now accepted and ready to land.Apr 21 2017, 12:49 PM
This revision was automatically updated to reflect the committed changes.