This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger][NFC] Rename getCompatibleSpace to getSpaceWithoutLocals
ClosedPublic

Authored by Groverkss on Apr 2 2022, 5:45 AM.

Diff Detail

Event Timeline

Groverkss created this revision.Apr 2 2022, 5:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2022, 5:45 AM
Groverkss requested review of this revision.Apr 2 2022, 5:45 AM
arjunp accepted this revision.EditedApr 2 2022, 5:48 AM

Can you write a line explaining that these functions are primarily intended for use by the derived classes?(At least for getSpace)

This revision is now accepted and ready to land.Apr 2 2022, 5:48 AM

Can you write a line explaining that these functions are primarily intended for use by the derived classes?(At least for getSpace)

I don't think that is true. Do you mean "These functions are primarily intended to be used from derived classes?".

arjunp added a comment.Apr 2 2022, 7:23 AM

Can you write a line explaining that these functions are primarily intended for use by the derived classes?(At least for getSpace)

I don't think that is true. Do you mean "These functions are primarily intended to be used from derived classes?".

Yes, that's what I meant, sorry.

Groverkss updated this revision to Diff 420002.Apr 2 2022, 11:08 AM
  • Address Arjun's comments
This revision was landed with ongoing or failed builds.Apr 2 2022, 11:17 AM
This revision was automatically updated to reflect the committed changes.