Simplify DenseElementsAttr by rounding up the storage of odd bit widths to...
Simplify DenseElementsAttr by rounding up the storage of odd bit widths to 8-bits. This removes the requirement that the underlying buffer be aligned to 64 bits which opens the door for several optimizations in the future, e.g. detecting splat. PiperOrigin-RevId: 251944922
Loading
Please sign in to comment