iree
iree copied to clipboard
Support i1 datatype
This patch enables i1 datatype support.
- Previously
i1was treated asi8in memory. This patch avoids paddingi1 - Fixes some corner-case issues with
i1andi2where the size of vector is not a multiple of 8-bits - Have to work together with upstream change which handles sub-byte sized vector and memref types.