You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an assembly reader and writer for the LLHD MLIR dialect. This should be pretty straightforward, more or less replicating the current writer and adding a new *.lalrpop file for the reader.
It might even be easier to just add a flag to the current writer which switches it to MLIR mode, to be able to reuse the structure itself.
Todo
Reader
Writer
The text was updated successfully, but these errors were encountered:
Add an assembly reader and writer for the LLHD MLIR dialect. This should be pretty straightforward, more or less replicating the current writer and adding a new
*.lalrpop
file for the reader.It might even be easier to just add a flag to the current writer which switches it to MLIR mode, to be able to reuse the structure itself.
Todo
The text was updated successfully, but these errors were encountered: