This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move attr -> properties to not require Operation
ClosedPublic

Authored by jpienaar on Jul 21 2023, 2:32 PM.

Details

Summary

This allows for converting before/without an Operation is created.

Diff Detail

Event Timeline

jpienaar created this revision.Jul 21 2023, 2:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
jpienaar requested review of this revision.Jul 21 2023, 2:32 PM
jpienaar updated this revision to Diff 543072.Jul 21 2023, 2:34 PM

Fix missed order change

rriddle accepted this revision.Jul 21 2023, 2:34 PM
This revision is now accepted and ready to land.Jul 21 2023, 2:34 PM
jpienaar updated this revision to Diff 543074.Jul 21 2023, 2:35 PM

One more ...

This revision was landed with ongoing or failed builds.Jul 21 2023, 2:55 PM
This revision was automatically updated to reflect the committed changes.

Nice: surprisingly small patch :)