[mlir] Allow RegionRange to accept ArrayRef<Region *>
Adds another pointer to the union in RegionRange to allow RegionRange to work on ArrayRef<Region *> (i.e. vectors of Region *). Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D122514
Loading
Please sign in to comment