Remove duplicate Pass suffix from view-op-graph pass class name. The
extra suffix would lead to methods like registerViewOpGraphPassPass
being generated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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)