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

Tobias Gysi llvmlistbot at llvm.org
Tue Mar 25 08:11:33 PDT 2025


gysit wrote:

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

Right, maybe a enable crash recovery flag that is set together the multi-threading flag could be used to decide which allocator to use. 

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


More information about the Mlir-commits mailing list