llvm-project/mlir/lib
River Riddle b04c9a47ca Fix raw buffer size when creating a DenseElementsAttr from an array of attributes.
PiperOrigin-RevId: 229973134
2019-03-29 15:27:13 -07:00
..
Analysis Rewrite OpStats to use llvm formatting utilities. 2019-03-29 15:26:29 -07:00
Dialect Promote broadcast logic from TensorFlowLite to Dialect/ directory 2019-03-29 15:21:14 -07:00
EDSC Fix improperly indexed DimOp in LowerVectorTransfers.cpp 2019-03-29 15:24:13 -07:00
IR Fix raw buffer size when creating a DenseElementsAttr from an array of attributes. 2019-03-29 15:27:13 -07:00
LLVMIR/IR Change derived type storage objects to define an 'operator==(const KeyTy &)' instead of converting to the KeyTy. This allows for handling cases where the KeyTy does not provide an equality operator on itself. 2019-03-29 15:19:11 -07:00
Parser [MLIR] Add functionality for constructing a DenseElementAttr from an array of attributes and rerwite DenseElementsAttr::writeBits/readBits to handle non uniform bitwidths. This fixes asan failures that happen when using non uniform bitwidths. 2019-03-29 15:25:45 -07:00
StandardOps Update stale / target-specific information in comments - NFC 2019-03-29 15:25:29 -07:00
SuperVectorOps Split the standard types from builtin types and move them into separate source files(StandardTypes.cpp/h). After this cl only FunctionType and IndexType are builtin types, but IndexType will likely become a standard type when the ml/cfgfunc merger is done. Mechanical NFC. 2019-03-29 14:54:07 -07:00
Support Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00
TableGen Add AttrConstraint to enable generating verification for attribute values. 2019-03-29 15:25:13 -07:00
Target/LLVMIR Fix outdated comments 2019-03-29 15:16:08 -07:00
Transforms Mark (void)indexRemap to please compiler for unused variable check 2019-03-29 15:26:59 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00