We currently wrap all multi-bit cases with a string, but this is
overly restrictive. This commit refactors to use keywords when
we know they are valid, and only degrade to string when the validity
of the bitgroup is unknown.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Why not SmallVector?