summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/IR/AttributeTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.River Riddle2020-01-091-0/+10
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Fix the detection of boolean splat values in DenseElementsAttr for arrays wit...River Riddle2019-06-191-0/+11
* Add an overloaded 'get' method to DenseElementsAttr that accepts an initializ...River Riddle2019-06-191-8/+4
* Explicitly construct ArrayRef in AttributeTest.cppAlex Zinenko2019-06-191-4/+8
* NFC: Fix a narrowing conversion from size_t to int64_t when constructing a Ve...River Riddle2019-06-191-1/+1
* Refactor DenseElementsAttr to support auto-splatting the dense data on constr...River Riddle2019-06-191-0/+136
OpenPOWER on IntegriCloud