[VectorExt] transfer_gather
parser fails to round-trip valid operation emitted by printer
#20802
Labels
bug 🐞
Something isn't working
What happened?
The parser & printer for
iree_vector_ext.transfer_gather
seem to be inconsistent with each other. The parser fails to parse a verified operation emitted by the custom printer. I'm not sure if this is a problem with the verifier, parser, or printer.Steps to reproduce your issue
To reproduce run
iree-opt generic.mlir | iree-opt
which shows thatiree-opt
cannot parse IR emitted by the printer for this op.The IR below is the output of running
iree-opt generic.mlir --mlir-print-local-scope
. It fails to parse.What component(s) does this issue relate to?
No response
Version information
d63e15e
Additional context
No response
The text was updated successfully, but these errors were encountered: