Issue 55513
Summary [mlir][ods] Fix attribute type handling in op assembly formats
Labels mlir:core
Assignees
Reporter Mogball
    There are some oversights and missing features when it comes to handling attribute types in operation assembly formats.

To list a few:

1. Specifying type elision (`type-elision` directive?)
2. Parsing attribute types with `parseCustomAttributeWithFallback` is not possible because the parse doesn't look ahead

And a few other things @River707 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to