IR Bits should convert into common int types
Open
public-api
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Currently IR `Bits` class can only convert into (U)Int64:
https://github.com/google/xls/blob/main/xls/ir/bits.h#L200-L201
It would be nice to support other common bits size as well:
- (u)int32
- (u)int16
- (u)int8
Contributor guide
Assessment
This issue has not been assessed yet.