This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Allow constructing a ValueRange from an ArrayRef<BlockArgument>
ClosedPublic

Authored by rriddle on Feb 10 2020, 3:08 PM.

Details

Summary

This was a missed case when ValueRange was originally added, and allows for constructing a ValueRange from the arguments of a block.

Diff Detail

Event Timeline

rriddle created this revision.Feb 10 2020, 3:08 PM
mehdi_amini accepted this revision.Feb 10 2020, 9:03 PM
This revision is now accepted and ready to land.Feb 10 2020, 9:03 PM
ftynse accepted this revision.Feb 10 2020, 11:27 PM

Thanks, River!

jpienaar accepted this revision.Feb 11 2020, 9:31 AM
This revision was automatically updated to reflect the committed changes.