[all-commits] [llvm/llvm-project] 979ffe: [mlir] Allow RegionRange to accept ArrayRef<Region *>
Jeff Niu via All-commits
all-commits at lists.llvm.org
Mon Mar 28 12:39:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 979ffe97b9bf925a9d1448d13aa4737cfda8fc35
https://github.com/llvm/llvm-project/commit/979ffe97b9bf925a9d1448d13aa4737cfda8fc35
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M mlir/include/mlir/IR/Region.h
M mlir/lib/IR/Region.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list