This is an archive of the discontinued LLVM Phabricator instance.

Remove duplicate `Pass` suffix from ViewOpGraph class name
ClosedPublic

Authored by bondhugula on Nov 23 2021, 10:22 AM.

Details

Summary

Remove duplicate Pass suffix from view-op-graph pass class name. The
extra suffix would lead to methods like registerViewOpGraphPassPass
being generated.

Diff Detail

Event Timeline

bondhugula created this revision.Nov 23 2021, 10:22 AM
bondhugula requested review of this revision.Nov 23 2021, 10:22 AM
rriddle accepted this revision.Nov 23 2021, 10:25 AM
This revision is now accepted and ready to land.Nov 23 2021, 10:25 AM

This is an inconsistency that we need to fix going the opposite way: ops have Op as suffix, types have Type ad suffix, etc but passes we didn't do that. We are in inconsistent state at the moment, so this is fine until we swing all (I had an initial change for that but never landed it as Mehdi wanted more changes along with first change and I never got back to it)