Add an overloaded 'get' method to DenseElementsAttr that accepts an initializer_list.
authorRiver Riddle <riverriddle@google.com>
Fri, 14 Jun 2019 15:41:32 +0000 (08:41 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 20 Jun 2019 06:02:21 +0000 (23:02 -0700)
commit5624bc289ec160dc70d3b940d8c816e2a8dd76e9
tree178ac20e4ab52176ddb815d797f054520b2f49d1
parentb582338f629a6fec01aa3b28dc0fd0d37a72f08a
Add an overloaded 'get' method to DenseElementsAttr that accepts an initializer_list.

PiperOrigin-RevId: 253234385
mlir/include/mlir/IR/Attributes.h
mlir/unittests/IR/AttributeTest.cpp