[mlir] NFC: use ValueRange in AffineToStandard conversion
authorAlex Zinenko <zinenko@google.com>
Tue, 28 Jan 2020 10:53:00 +0000 (11:53 +0100)
committerAlex Zinenko <zinenko@google.com>
Tue, 28 Jan 2020 10:54:52 +0000 (11:54 +0100)
commit8ed47b74300e524de45d4589609b490581e9db2f
tree3dc9f08bc07e3fb92fcaa30c9e00daef599ccedf
parent4a331beadc3aaeb24a88853d2703f4ac7d513df1
[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.
mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp