Skip to content
#

mlir

Here are 14 public repositories matching this topic...

lattner
lattner commented Nov 23, 2020

The RTL dialect "rtl.read_inout" op always has the constraint that the input is an InOut type, and the result is its element type. Therefore instead of:

%aget = rtl.read_inout %a: (!rtl.inout<i42>) -> i42

We should be able to use just:

%aget = rtl.read_inout %a: !rtl.inout<i42>

which would be less noisy. I'd love it if someone could improve this.

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.