[PATCH] D74415: [ADT] Implement the Waymarking as an independent utility
Ehud Katz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 12:47:52 PST 2020
ekatz added a comment.
In D74415#1897269 <https://reviews.llvm.org/D74415#1897269>, @lattner wrote:
> Hi Ehud,
>
> Thank you for the patch, can you elaborate on why this is a good thing to do? Is there another client of this functionality that you expect?
>
> -Chris
Hi Chris,
I use this in another project built on top of LLVM, so I thought to share it.
It may be used in other projects as well; fir example, MLIR or Swift, in the same manner as it is used in the `llvm::Use` class.
We may also use this utility in the `llvm::Use` class itself, once it is in, to remove duplications.
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