This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Mark dominance methods const
ClosedPublic

Authored by bondhugula on Apr 18 2020, 10:35 PM.

Details

Summary

This change is in line with MLIR's coding style
https://mlir.llvm.org/getting_started/DeveloperGuide/
and also consistent with the dominance methods in LLVM.

Diff Detail

Event Timeline

bondhugula created this revision.Apr 18 2020, 10:35 PM
rriddle accepted this revision.Apr 18 2020, 10:50 PM
This revision is now accepted and ready to land.Apr 18 2020, 10:50 PM
This revision was automatically updated to reflect the committed changes.