[all-commits] [llvm/llvm-project] d97d40: [mlir] NFC: use ValueRange for BlockArgument in Co...
ftynse via All-commits
all-commits at lists.llvm.org
Wed Feb 19 08:26:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d97d409277278704b68382884b43fcc91f2b9962
https://github.com/llvm/llvm-project/commit/d97d409277278704b68382884b43fcc91f2b9962
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
Log Message:
-----------
[mlir] NFC: use ValueRange for BlockArgument in ConvertStandardToLLVM
When the conversion was implemented, ValueRange did not support
BlockArguments the code materialized a vector. This is no longer
necessary.
More information about the All-commits
mailing list