clangir
clangir copied to clipboard
Teach op parsers to use enum keyword parsing helpers
Similar to LLVM dialect, we have enum keyword parsing helpers like parseOptionalCIRKeyword and parseCIRKeyword. We should reuse them to implement existing enum parsing logic, e.g. function visibility and switch case kind.
Originally posted by @bcardosolopes in https://github.com/llvm/clangir/pull/760#discussion_r1702370427
Hello. I am new to Clang IR and am interested in working on this issue. Could you please assign it to me? Thank you!