This is an archive of the discontinued LLVM Phabricator instance.

[ValueLattice] Add struct for merge options.
ClosedPublic

Authored by fhahn on Apr 17 2020, 7:16 AM.

Details

Summary

This makes it easier to extend the merge options in the future and also
reduces the risk of accidentally setting a wrong option.

Diff Detail

Event Timeline

fhahn created this revision.Apr 17 2020, 7:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2020, 7:16 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Apr 17 2020, 11:50 AM
This revision was automatically updated to reflect the committed changes.