Improve error message while registering a pass with a missing getArgument() override.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D114744
[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 TimelineHerald added subscribers: sdasgup3, Groverkss, wenzhicui and 20 others. · View Herald TranscriptNov 29 2021, 3:01 PM This revision is now accepted and ready to land.Nov 29 2021, 3:12 PM Closed by commit rGecf458507e03: [MLIR] Improve error message on missing getArgument() override on pass (authored by bondhugula). · Explain WhyDec 3 2021, 5:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390479 mlir/lib/Pass/PassRegistry.cpp
|