[Mlir-commits] [mlir] [MLIR, LLVM]: Add an IR utility to perform slice walking (PR #103053)
Christian Ulmann
llvmlistbot at llvm.org
Wed Aug 14 04:51:10 PDT 2024
Dinistro wrote:
I made the utility a more generic slice walker and moved the control flow predecessor logic into a separate function. This change allows the usage of the same utility for more arbitrary walks over values, while still providing the necessary logic to perform a backwards slice walk.
I'll now start investigating what is necessary to move this from the IR library into some other place.
https://github.com/llvm/llvm-project/pull/103053
More information about the Mlir-commits
mailing list