This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add Adaptor alias
ClosedPublic

Authored by jpienaar on Jun 12 2020, 7:26 AM.

Details

Summary

Add Adaptor alias alongside OperandAdaptor to make next renaming more
mechanical. OperandAdaptor's are no longer just about operands.
Considered OpAdaptor too, but then noticed we'd mostly end up with
XOp::OpAdaptor which seems redundant.

Diff Detail

Event Timeline

jpienaar created this revision.Jun 12 2020, 7:26 AM
Herald added a project: Restricted Project. · View Herald Transcript
ftynse accepted this revision.Jun 12 2020, 7:34 AM

Note that we also have mlir::OperandAdaptor in IR/OperationSupport.h

This revision is now accepted and ready to land.Jun 12 2020, 7:34 AM
This revision was automatically updated to reflect the committed changes.