This is an archive of the discontinued LLVM Phabricator instance.

[BitVector] Cast integer literals to BitWord [NFC]
ClosedPublic

Authored by ekatz on Oct 23 2019, 2:29 PM.

Details

Summary

Associate the integer literals with BitWord, instead of the embedded UL suffix.

Required for https://reviews.llvm.org/D69336.

Diff Detail

Event Timeline

ekatz created this revision.Oct 23 2019, 2:29 PM
RKSimon accepted this revision.Oct 24 2019, 9:36 AM
RKSimon added a reviewer: RKSimon.
RKSimon added a subscriber: RKSimon.

LGTM

@ekatz You've gotten the dependency order the wrong way around - D69336 is a child revision of this patch

@ekatz you need help committing thise? Uf yes, can you please specify the Author: name <e@ma.il> line to be used for these?

@ekatz you need help committing thise? Uf yes, can you please specify the Author: name <e@ma.il> line to be used for these?

Yes please.

Author: Ehud Katz <ehudkatz@gmail.com>

Thanks.

RKSimon accepted this revision.Oct 28 2019, 3:35 PM
This revision is now accepted and ready to land.Oct 28 2019, 3:35 PM
This revision was automatically updated to reflect the committed changes.