This is an archive of the discontinued LLVM Phabricator instance.

[mlir] NFC: rename XDataFlowAnalysis to XForwardDataFlowAnalysis
ClosedPublic

Authored by ftynse on Jul 21 2023, 2:36 AM.

Details

Summary

This makes naming consisnt with XBackwardDataFlowAnalysis.

Diff Detail

Event Timeline

ftynse created this revision.Jul 21 2023, 2:36 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
ftynse requested review of this revision.Jul 21 2023, 2:36 AM
Mogball accepted this revision.Jul 21 2023, 8:51 AM
This revision is now accepted and ready to land.Jul 21 2023, 8:51 AM
phisiart accepted this revision.Jul 21 2023, 9:47 AM
phisiart added inline comments.
mlir/include/mlir/Analysis/DataFlow/DenseAnalysis.h
60

Now we can remove the ().

165

Now we can remove the ().

mlir/include/mlir/Analysis/DataFlow/SparseAnalysis.h
174

Now we can remove the ().

254

Now we can remove the ().

342–343

Let's remove the ().

ftynse marked 4 inline comments as done.Jul 27 2023, 4:08 AM
This revision was landed with ongoing or failed builds.Jul 27 2023, 4:11 AM
This revision was automatically updated to reflect the committed changes.