This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Make PWMAFunction inheritence from space private
ClosedPublic

Authored by Groverkss on Apr 4 2022, 1:40 PM.

Details

Summary

This patch makes inheritence from PresburgerSpace for PWMAFunction private.

The reasoning for this patch is to prevent implicit conversion to
PresburgerSpace from PWMAFunction and to not expose all functions exposed by
PresburgerSpace in PWMAFunction.

Diff Detail

Event Timeline

Groverkss created this revision.Apr 4 2022, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 1:40 PM
Groverkss requested review of this revision.Apr 4 2022, 1:40 PM
arjunp accepted this revision.Apr 11 2022, 7:20 AM
This revision is now accepted and ready to land.Apr 11 2022, 7:20 AM