[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in MLIR (PR #160526)
Bart Chrzaszcz
llvmlistbot at llvm.org
Thu Sep 25 03:11:30 PDT 2025
bartchr808 wrote:
I'm also currently seeing in Google's internal CI this is failing with a segfault. Running it with ubsan shows that it's failing due to the MLIRContext not existing, but still being attempted to access, when the destructor of the MLIRContext runs.
Still looking into this and verifying if it is in fact this specific PR causing it, and if I have a way to repro it externally.
https://github.com/llvm/llvm-project/pull/160526
More information about the Mlir-commits
mailing list