[Mlir-commits] [mlir] [mlir] Use non thread-local allocator for DistinctAttr when threading is disabled (PR #128566)
Mehdi Amini
llvmlistbot at llvm.org
Tue Feb 25 04:40:31 PST 2025
joker-eph wrote:
Trying to see if I understand why it's not a problem when multi-threading is enabled: is this because we never joins thread for the lifetime of the MLIRContext?
Also, you're fixing the issue for `-mlir-pass-pipeline-crash-reproducer` when multi-threading is disabled, but what about the combination of `-mlir-pass-pipeline-crash-reproducer` and multi-threading?
https://github.com/llvm/llvm-project/pull/128566
More information about the Mlir-commits
mailing list