[Mlir-commits] [mlir] [mlir][transform] TrackingListener: Improve dead handles detection (PR #74290)

Matthias Springer llvmlistbot at llvm.org
Tue Dec 5 23:32:03 PST 2023


matthias-springer wrote:

> Maybe we should update the liveness check to be a dataflow analysis (it's an almost canonical one) that we run once before the interpreter starts.

I'm going to look at this once I understood the dataflow analysis framework and its API.


https://github.com/llvm/llvm-project/pull/74290


More information about the Mlir-commits mailing list