Emit unsupported error when parsing a DenseElementAttr with an integer type of...
Emit unsupported error when parsing a DenseElementAttr with an integer type of greater than 64 bits. DenseElementAttr currently does not support value bitwidths of > 64. This can result in asan failures and crashes when trying to invoke DenseElementsAttr::writeBits/DenseElementsAttr::readBits. PiperOrigin-RevId: 229241125
Loading
Please sign in to comment