Reproducers that resulted in triggering the following asserts
mlir::NamedAttribute::NamedAttribute(mlir::StringAttr, mlir::Attribute)
mlir/lib/IR/Attributes.cpp:29:3
consumeToken
mlir/lib/Parser/Parser.h:126
Differential D122240
[mlir] Fix two AttributeParser aborts jpienaar on Mar 22 2022, 10:41 AM. Authored by
Details
Reproducers that resulted in triggering the following asserts mlir::NamedAttribute::NamedAttribute(mlir::StringAttr, mlir::Attribute)
Diff Detail
Event TimelineComment Actions Rebase post EOF fix landing & move valid identifier check earlier before first
|
Why is this necessary? Which crash is this hitting?