This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix warning from MSVC build
ClosedPublic

Authored by klausler on Mar 2 2022, 2:07 PM.

Details

Summary

Expand common::BitSet from 64 to 128 maximum elements.

Diff Detail

Event Timeline

klausler created this revision.Mar 2 2022, 2:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 2:07 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Mar 2 2022, 2:07 PM
vdonaldson accepted this revision.Mar 2 2022, 2:10 PM
This revision is now accepted and ready to land.Mar 2 2022, 2:10 PM
klausler updated this revision to Diff 412545.Mar 2 2022, 2:33 PM

MSVC still complained with a bogus warning; try again.

vdonaldson accepted this revision.Mar 2 2022, 2:41 PM

Simpler is better if it works.

vdonaldson accepted this revision.Mar 2 2022, 3:07 PM
This revision was landed with ongoing or failed builds.Mar 2 2022, 3:24 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 3:24 PM