llvm-project/mlir/lib
River Riddle de2d0dfbca Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches.
PiperOrigin-RevId: 232198540
2019-03-29 16:09:19 -07:00
..
AffineOps Define the AffineForOp and replace ForInst with it. This patch is largely mechanical, i.e. changing usages of ForInst to OpPointer<AffineForOp>. An important difference is that upon construction an AffineForOp no longer automatically creates the body and induction variable. To generate the body/iv, 'createBody' can be called on an AffineForOp with no body. 2019-03-29 16:06:49 -07:00
Analysis Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches. 2019-03-29 16:09:19 -07:00
Dialect Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int. 2019-03-29 15:33:20 -07:00
EDSC Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches. 2019-03-29 16:09:19 -07:00
ExecutionEngine Fix use of llvm::Module::getOrInsertFunction after the upstream opaque pointer type changes. 2019-03-29 16:05:39 -07:00
IR Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches. 2019-03-29 16:09:19 -07:00
LLVMIR Generic dialect conversion pass exercised by LLVM IR lowering 2019-03-29 15:37:23 -07:00
Parser Fix the handling of the resizable operands bit of OperationState in a few places. 2019-03-29 16:08:28 -07:00
StandardOps Fold CallIndirectOp to CallOp when the callee operand is a known constant function. 2019-03-29 16:01:23 -07:00
SuperVectorOps Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int. 2019-03-29 15:33:20 -07:00
Support Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00
TableGen [TableGen] Use tblgen::DagLeaf to model DAG arguments 2019-03-29 16:06:31 -07:00
Target/LLVMIR Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches. 2019-03-29 16:09:19 -07:00
Transforms Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches. 2019-03-29 16:09:19 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00