This is an archive of the discontinued LLVM Phabricator instance.

[mlir][test] Drop op type from test passes in TestPatterns.cpp
ClosedPublic

Authored by springerm on Jun 15 2023, 2:31 AM.

Details

Summary

When possible, use OperationPass<> instead of OperationPass<ModuleOp> or OperationPass<FuncOp>.

Diff Detail

Event Timeline

springerm created this revision.Jun 15 2023, 2:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 2:31 AM
springerm requested review of this revision.Jun 15 2023, 2:31 AM
mehdi_amini accepted this revision.Jun 15 2023, 2:59 AM
This revision is now accepted and ready to land.Jun 15 2023, 2:59 AM
This revision was landed with ongoing or failed builds.Jun 15 2023, 3:29 AM
This revision was automatically updated to reflect the committed changes.