[all-commits] [llvm/llvm-project] 8ed47b: [mlir] NFC: use ValueRange in AffineToStandard con...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Jan 28 02:55:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ed47b74300e524de45d4589609b490581e9db2f
https://github.com/llvm/llvm-project/commit/8ed47b74300e524de45d4589609b490581e9db2f
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
Log Message:
-----------
[mlir] NFC: use ValueRange in AffineToStandard conversion
ValueRange is a more flexible way of passing around ranges of Values
that avoids Value vector materialization in affine expression expansion.
More information about the All-commits
mailing list