[Mlir-commits] [mlir] [MLIR] Avoid resolving callable outside the analysis scope in DeadCodeAnalysis (NFC) (PR #155088)

Mehdi Amini llvmlistbot at llvm.org
Mon Aug 25 06:50:28 PDT 2025


joker-eph wrote:

Thanks, this occurs with this resolve call: https://github.com/llvm/llvm-project/blob/main/mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp#L231-L232
The fix is similar, I can fix it later today.

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


More information about the Mlir-commits mailing list