[all-commits] [llvm/llvm-project] 94a4ca: [mlir] Add a TypeRange class that functions simila...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Feb 18 11:41:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 94a4ca4bf33b0c536bb22f09e035a2df24b0776f
https://github.com/llvm/llvm-project/commit/94a4ca4bf33b0c536bb22f09e035a2df24b0776f
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M mlir/include/mlir/IR/OpImplementation.h
M mlir/include/mlir/IR/Operation.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/IR/OperationSupport.cpp
Log Message:
-----------
[mlir] Add a TypeRange class that functions similar to ValueRange.
Summary: 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.
Differential Revision: https://reviews.llvm.org/D74646
More information about the All-commits
mailing list