Unverified Commit d84c6401 authored by Alex Beloi's avatar Alex Beloi Committed by GitHub
Browse files

[mlir] Remove "Syntax:" parser where it's already provided by `assemblyFormat` (#76002)

See #73359

Types using `assemblyFormat` to define parsing don't need an additional
handwritten parser. So we should remove the handwritten parsers where
one
provided by an `assemblyFormat` already exists to avoid confusion and
de-syncing.
parent b4b23ff7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment