This is an archive of the discontinued LLVM Phabricator instance.

[AssumeBundles] Remove non-determinisme from assume builder
ClosedPublic

Authored by Tyker on Apr 22 2020, 1:15 AM.

Details

Summary

The assume builder was non-deterministic when working on unamed values.
this patch fixes this.

Diff Detail

Event Timeline

Tyker created this revision.Apr 22 2020, 1:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2020, 1:15 AM
Tyker updated this revision to Diff 259202.Apr 22 2020, 1:36 AM

fix tests

This revision is now accepted and ready to land.Apr 22 2020, 8:58 AM
This revision was automatically updated to reflect the committed changes.