Skip to content
#

mlir

Here are 13 public repositories matching this topic...

lattner
lattner commented Sep 19, 2020

The firrtl dialect does some fancy things with SSA names: it pulls the 'name' attribute into the result of the operation, and correctly round trips this through the parser. The RTL dialect should do something similar, but limited to rtl.wire specifically. Instead of printing:

%42 = rtl.wire { name = "foo" } : i8

We should print:

%foo = rtl.wire : i8

The real pay

Improve this page

Add a description, image, and links to the mlir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mlir topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.