This range allows for performing many different operations on successor operands, including erasing/adding/setting. This removes the need for the explicit canEraseSuccessorOperand and eraseSuccessorOperand methods.
Depends On D79030
Differential D79077
[mlir] Simplify BranchOpInterface by using MutableOperandRange rriddle on Apr 29 2020, 2:59 AM. Authored by
Details This range allows for performing many different operations on successor operands, including erasing/adding/setting. This removes the need for the explicit canEraseSuccessorOperand and eraseSuccessorOperand methods. Depends On D79030
Diff Detail
|