llvm-project/mlir/include
Rahul Joshi 8893d0816c [MLIR] Change Operation::create() methods to use Value/Type/Block ranges.
- Introduce a new BlockRange class to represent range of blocks (constructible from
  an ArrayRef<Block *> or a SuccessorRange);
- Change Operation::create() methods to use TypeRange for result types, ValueRange for
  operands and BlockRange for successors.

Differential Revision: https://reviews.llvm.org/D86985
2020-09-08 14:19:05 -07:00
..
mlir [MLIR] Change Operation::create() methods to use Value/Type/Block ranges. 2020-09-08 14:19:05 -07:00
mlir-c [mlir] Add Shaped Type, Tensor Type and MemRef Type to python bindings. 2020-09-06 11:45:54 -07:00