clangir icon indicating copy to clipboard operation
clangir copied to clipboard

Teach op parsers to use enum keyword parsing helpers

Open seven-mile opened this issue 1 year ago • 1 comments

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

seven-mile avatar Aug 03 '24 03:08 seven-mile

Hello. I am new to Clang IR and am interested in working on this issue. Could you please assign it to me? Thank you!

chansuke avatar Aug 30 '24 16:08 chansuke