llvm-project/mlir/lib
River Riddle 126ec14e2d Fix the handling of the resizable operands bit of OperationState in a few places.
PiperOrigin-RevId: 232163738
2019-03-29 16:08:28 -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 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
Dialect Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int. 2019-03-29 15:33:20 -07:00
EDSC 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
ExecutionEngine Fix use of llvm::Module::getOrInsertFunction after the upstream opaque pointer type changes. 2019-03-29 16:05:39 -07:00
IR Fold IROperandOwner into Instruction. 2019-03-29 16:08:11 -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 Fix use of llvm::Module::getOrInsertFunction after the upstream opaque pointer type changes. 2019-03-29 16:05:39 -07:00
Transforms Fix the handling of the resizable operands bit of OperationState in a few places. 2019-03-29 16:08:28 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00