This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add generic walk support to OpDefinition.h
ClosedPublic

Authored by jurahul on Jan 22 2022, 6:01 AM.

Details

Summary
  • This allows calling the generic walkers on specific operation instances.

Diff Detail

Event Timeline

jurahul created this revision.Jan 22 2022, 6:01 AM
jurahul requested review of this revision.Jan 22 2022, 6:01 AM
jurahul edited the summary of this revision. (Show Details)Jan 22 2022, 6:01 AM
rriddle accepted this revision.Jan 24 2022, 12:20 PM
This revision is now accepted and ready to land.Jan 24 2022, 12:20 PM
This revision was automatically updated to reflect the committed changes.