This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] enable copy assignment operator for Simplex
ClosedPublic

Authored by webmiche on Feb 24 2022, 11:23 PM.

Details

Summary

This patch removes the const from usingBigM to enable the implicit copy assignment operator for Simplex.

Diff Detail

Event Timeline

webmiche created this revision.Feb 24 2022, 11:23 PM
webmiche requested review of this revision.Feb 24 2022, 11:23 PM
Groverkss accepted this revision.Feb 24 2022, 11:27 PM
This revision is now accepted and ready to land.Feb 24 2022, 11:27 PM
arjunp edited the summary of this revision. (Show Details)Feb 24 2022, 11:27 PM
arjunp retitled this revision from [MLIR][Presburger] enable implicit move constructor for Simplex to [MLIR][Presburger] enable copy assignment operator for Simplex.
This revision was landed with ongoing or failed builds.Feb 24 2022, 11:34 PM
This revision was automatically updated to reflect the committed changes.