This is an archive of the discontinued LLVM Phabricator instance.

[mlir] provide a version of data layout size hooks in bits
ClosedPublic

Authored by ftynse on Mar 12 2021, 9:36 AM.

Details

Summary

This is useful for bit-packing types such as vectors and tuples as well as for
exotic architectures that have non-8-bit bytes.

Depends On D98500

Diff Detail