llvm-project/mlir/test
River Riddle 38f8dc67be When parsing, treat an IntegerSet with no constraints as a degenerate true case. Also update the spec to note that affine constraints are optional.
PiperOrigin-RevId: 232158673
2019-03-29 16:07:56 -07:00
..
Dialect Change impl::printBinaryOp() to consider operand and result type 2019-03-29 15:23:28 -07:00
EDSC Cleanup EDSCs and start a functional auto-generated library of custom Ops 2019-03-29 16:05:23 -07:00
IR When parsing, treat an IntegerSet with no constraints as a degenerate true case. Also update the spec to note that affine constraints are optional. 2019-03-29 16:07:56 -07:00
LLVMIR Generic dialect conversion pass exercised by LLVM IR lowering 2019-03-29 15:37:23 -07:00
Target LLVM IR lowering: support integer division and remainder operations 2019-03-29 14:59:07 -07:00
Transforms 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
mlir-cpu-runner Simple CPU runner 2019-03-29 15:36:08 -07:00
mlir-tblgen [TableGen] Use tblgen::DagLeaf to model DAG arguments 2019-03-29 16:06:31 -07:00