You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Similar to LLVM dialect, we have enum keyword parsing helpers like
parseOptionalCIRKeyword
andparseCIRKeyword
. We should reuse them to implement existing enum parsing logic, e.g. function visibility and switch case kind.Originally posted by @bcardosolopes in #760 (comment)
The text was updated successfully, but these errors were encountered: