This was a missed case when ValueRange was originally added, and allows for constructing a ValueRange from the arguments of a block.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74363
[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 TimelineThis revision is now accepted and ready to land.Feb 10 2020, 9:03 PM Closed by commit rGc83214596073: [mlir] Allow constructing a ValueRange from an ArrayRef<BlockArgument> (authored by rriddle). · Explain WhyFeb 12 2020, 9:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 243686 mlir/include/mlir/IR/FunctionSupport.h
mlir/include/mlir/IR/OperationSupport.h
mlir/lib/Dialect/LoopOps/LoopOps.cpp
mlir/test/EDSC/builder-api-test.cpp
|