This is an archive of the discontinued LLVM Phabricator instance.

[mlir][standalone] Extend sample with custom type
ClosedPublic

Authored by marbre on Feb 10 2023, 2:01 AM.

Details

Summary

This extends the standalone example to illustrate how to structure the
files needed to create own types.

Diff Detail

Event Timeline

marbre created this revision.Feb 10 2023, 2:01 AM
marbre requested review of this revision.Feb 10 2023, 2:01 AM

This was presented as part of my talk How to Build your own MLIR Dialect at FOSDEM 2023.

jpienaar accepted this revision.Feb 17 2023, 5:13 AM

Nice, thanks

This revision is now accepted and ready to land.Feb 17 2023, 5:13 AM
This revision was automatically updated to reflect the committed changes.