[PATCH] D74415: [ADT] Implement the Waymarking as an independent utility

Ehud Katz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 02:09:22 PST 2020


ekatz added a comment.

In D74415#1899650 <https://reviews.llvm.org/D74415#1899650>, @RVP wrote:

> Is there a reason why MLIR doesn't do this? The representation of Use and UseList in MLIR seems a little different from how it is done in `llvm::Use`.
>
> In MLIR, `IROperand` points back to the `Operation` via the `owner` field.


I guess this is a question for @lattner or @rriddle.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74415/new/

https://reviews.llvm.org/D74415





More information about the llvm-commits mailing list