This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Relax `Environment` comparison operation.
ClosedPublic

Authored by ymandel on May 24 2022, 12:02 PM.

Details

Summary

Ignore MemberLocToStruct in environment comparison. As an ancillary data
structure, including it is redundant. We also can generate environments which
differ in their MemberLocToStruct but are otherwise equivalent.

Diff Detail

Event Timeline

ymandel created this revision.May 24 2022, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 12:02 PM
ymandel requested review of this revision.May 24 2022, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 12:02 PM
xazax.hun accepted this revision.May 24 2022, 1:08 PM
This revision is now accepted and ready to land.May 24 2022, 1:08 PM
This revision was landed with ongoing or failed builds.May 24 2022, 1:58 PM
This revision was automatically updated to reflect the committed changes.