In some situations the name of the attribute is not representable as a bare-identifier, this revision adds support for those cases by formatting the name as a string instead. This has the added benefit of removing the identifier regex from the verifier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice improvement! Thanks for the quick turnaround :)
mlir/lib/IR/AsmPrinter.cpp | ||
---|---|---|
1622 | nit: '"' for consistency with below |
nit: '"' for consistency with below