xls icon indicating copy to clipboard operation
xls copied to clipboard

IR Bits should convert into common int types

Open proppy opened this issue 1 year ago • 0 comments

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

proppy avatar Jan 23 '24 18:01 proppy