[Mlir-commits] [mlir] [mlir] DistinctAttributeAllocator: fix race (PR #132935)

Mehdi Amini llvmlistbot at llvm.org
Tue Mar 25 07:59:58 PDT 2025


joker-eph wrote:

> Note to myself. Locking probably does not help since PassManager::runWithCrashRecovery executes in parallel and we want to disable thread local storage whenever at least some pass manager with crash recovery is running.

We can't disable multi-threading while a pass manager is running I believe.

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


More information about the Mlir-commits mailing list