mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Summary: 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. Differential Revision: https://reviews.llvm.org/D75973
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.