This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Improve error message on missing getArgument() override on pass
ClosedPublic

Authored by bondhugula on Nov 29 2021, 3:01 PM.

Details

Summary

Improve error message while registering a pass with a missing getArgument() override.

Diff Detail

Event Timeline

bondhugula created this revision.Nov 29 2021, 3:01 PM
bondhugula requested review of this revision.Nov 29 2021, 3:01 PM
rriddle accepted this revision.Nov 29 2021, 3:12 PM
This revision is now accepted and ready to land.Nov 29 2021, 3:12 PM
mehdi_amini accepted this revision.Nov 29 2021, 3:56 PM

Thanks!