[PATCH] D74646: [mlir] Add a TypeRange class that functions similar to ValueRange.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 13:43:40 PST 2020


rriddle created this revision.
rriddle added reviewers: jpienaar, benvanik.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, mehdi_amini.
Herald added a project: LLVM.

This class wraps around the various different ways to construct a range of Type, without forcing the materialization of that range into a contiguous vector.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74646

Files:
  mlir/include/mlir/IR/OpImplementation.h
  mlir/include/mlir/IR/Operation.h
  mlir/include/mlir/IR/OperationSupport.h
  mlir/lib/IR/OperationSupport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74646.244759.patch
Type: text/x-patch
Size: 8078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/773bd858/attachment-0001.bin>


More information about the llvm-commits mailing list