Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIRRTL][OMIR] Two small format fixes #2053

Merged
merged 1 commit into from
Oct 29, 2021
Merged

[FIRRTL][OMIR] Two small format fixes #2053

merged 1 commit into from
Oct 29, 2021

Conversation

youngar
Copy link
Member

@youngar youngar commented Oct 28, 2021

Unknown source information in OMIR should be printing as
"UnlocatableSourceInfo" instead of an empty string "".

Deleted nodes should be printed with a trailing :, as in OMDeleted:
instead of OMDeleted.

Unknown source information in OMIR should be printing as
`"UnlocatableSourceInfo"` instead of an empty string `""`.

Deleted nodes should be printed with a trailing `:`, as in `OMDeleted:`
instead of `OMDeleted`.
@youngar youngar added the FIRRTL Involving the `firrtl` dialect label Oct 28, 2021
@youngar youngar merged commit 70d5cbe into llvm:main Oct 29, 2021
@youngar youngar deleted the nonlocal branch October 29, 2021 00:00
@fabianschuiki
Copy link
Contributor

Great catch, thanks for fixing this @youngar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIRRTL Involving the `firrtl` dialect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants