[mlir][DenseStringElementsAttr] Add support for the Attribute based get* methods.
authorRiver Riddle <riddleriver@gmail.com>
Fri, 1 May 2020 23:26:45 +0000 (16:26 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Fri, 1 May 2020 23:34:35 +0000 (16:34 -0700)
commit0d5caa894017884fb02c9f3c1fd54abc0a9b0f06
tree7ceb960eef4cfa992b5fdd9c1e74e8a0873897c2
parent3dbc612cf27327ef39cbb8ee8f69957e85a4e22e
[mlir][DenseStringElementsAttr] Add support for the Attribute based get* methods.

This was missed in the original revision. This allows for using the opaque Attribute accessors when the elements are strings.
mlir/docs/LangRef.md
mlir/include/mlir/IR/Attributes.h
mlir/lib/IR/Attributes.cpp
mlir/unittests/IR/AttributeTest.cpp