[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in MLIR (PR #160526)
Tobias Stadler
llvmlistbot at llvm.org
Thu Sep 25 04:58:14 PDT 2025
tobias-stadler wrote:
> @tobias-stadler recently changed how remarks should be finalized and may have suggestions where to look
This seems contained to the feature introduced in this PR. I think while generating the final remarks, this is trying to access MLIRContext in flc.getFilename(), while MLRContextImpl is already being destructed.
https://github.com/llvm/llvm-project/pull/160526
More information about the Mlir-commits
mailing list