llvm/mlir/unittests/IR
2019-06-19 23:05:19 -07:00
..
AttributeTest.cpp Fix the detection of boolean splat values in DenseElementsAttr for arrays with <=15 values. 2019-06-19 23:05:19 -07:00
CMakeLists.txt Refactor DenseElementsAttr to support auto-splatting the dense data on construction. This essentially means that we always auto-detect splat data and only store the minimum amount of data necessary. Support for parsing dense splats, and removing SplatElementsAttr(now that it is redundant) will come in followup cls 2019-06-19 22:59:15 -07:00
DialectTest.cpp
OperationSupportTest.cpp