This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Refactor a few users to no longer rely on the successor operand API of Operation.
ClosedPublic

Authored by rriddle on Feb 27 2020, 4:44 PM.

Details

Summary

The existing API for successor operands on operations is in the process of being removed. This revision simplifies a later one that completely removes the existing API.

Depends On D75315

Diff Detail