[mlir] NFC: use ValueRange for BlockArgument in ConvertStandardToLLVM
authorAlex Zinenko <zinenko@google.com>
Wed, 19 Feb 2020 16:15:44 +0000 (17:15 +0100)
committerAlex Zinenko <zinenko@google.com>
Wed, 19 Feb 2020 16:26:30 +0000 (17:26 +0100)
commitd97d409277278704b68382884b43fcc91f2b9962
treee9b2535d6d7289bbb929c32eb9291eb57ead7099
parent461fd94f004c78374fc7b0338d018f9610f2e5f5
[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.
mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp