Add a new builder to IfOp to allow operation to define values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76524
[MLIR] IfOP - Add a builder with result operands ClosedPublic Authored by nmostafa on Mar 20 2020, 1:46 PM.
Details Summary Add a new builder to IfOp to allow operation to define values.
Diff Detail
Event Timelinerriddle added inline comments. This revision is now accepted and ready to land.Mar 20 2020, 2:17 PM lebedev.ri retitled this revision from IfOP - Add a builder with result operands to [MLIR] IfOP - Add a builder with result operands.Mar 20 2020, 4:18 PM Closed by commit rG141e5890d812: [MLIR] Add an IfOp builder with results (authored by nmostafa <nagy.h.mostafa@intel.com>). · Explain WhyMar 20 2020, 5:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251809 mlir/include/mlir/Dialect/LoopOps/LoopOps.td
mlir/lib/Dialect/LoopOps/LoopOps.cpp
|
nit: Can you use TypeRange here instead of ArrayRef?