[mlir][EDSC] Allow conditionBuilder to capture the IfOp
When the IfOp returns values, it can easily be obtained from one of the Values. However, when no values are returned, the information is lost. This revision lets the caller specify a capture IfOp* to return the produced IfOp. Differential Revision: https://reviews.llvm.org/D84025
Loading
Please register or sign in to comment