Add several utility 'getValues<T>' functions to DenseElementsAttr that return...
Add several utility 'getValues<T>' functions to DenseElementsAttr that return ranges as opposed to filling a SmallVector. This is much more efficient for the general case and allows for avoiding constructing APInt/APFloat/Attribute when possible. PiperOrigin-RevId: 253092550
Loading
Please sign in to comment