[all-commits] [llvm/llvm-project] e1e09f: [MLIR] Add mapping based on ValueRange to BlockAnd...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Wed Feb 5 06:53:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e1e09f0ce6d44e86d8ab2070fe27303dd54fa189
https://github.com/llvm/llvm-project/commit/e1e09f0ce6d44e86d8ab2070fe27303dd54fa189
Author: Stephan Herhut <herhut at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M mlir/include/mlir/IR/BlockAndValueMapping.h
M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
Log Message:
-----------
[MLIR] Add mapping based on ValueRange to BlockAndValueMapper.
Summary:
It is often needed to map entire ranges rather than single values. To avoid
writing the same for loop every time, I have added an overload to the map
method.
Differential Revision: https://reviews.llvm.org/D73894
More information about the All-commits
mailing list