llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
386 stars 98 forks source link

[CIR][Dialect][NFC] Refactor hardcoded attribute name strings #1122

Closed seven-mile closed 1 week ago

seven-mile commented 1 week ago

As title, this patch refactors raw string literals for (module) attribute names into static methods of CIRDialect, following the convention of MLIR.