This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove OperandAdaptor
ClosedPublic

Authored by jpienaar on Jun 13 2020, 10:17 AM.

Details

Summary

Use ::Adaptor alias instead uniformly. Makes the naming more consistent as
adaptor can refer to attributes now too.

Diff Detail

Event Timeline

jpienaar created this revision.Jun 13 2020, 10:17 AM
rriddle accepted this revision.Jun 13 2020, 3:32 PM
rriddle added inline comments.
mlir/lib/Conversion/VectorToROCDL/VectorToROCDL.cpp
29–30

Can you just remove these?

This revision is now accepted and ready to land.Jun 13 2020, 3:32 PM
jpienaar updated this revision to Diff 270624.Jun 14 2020, 8:14 AM
jpienaar marked an inline comment as done.

Remove getTransferOpAdapter functions.

ftynse accepted this revision.Jun 15 2020, 2:42 AM
This revision was automatically updated to reflect the committed changes.