[Mlir-commits] [mlir] [MLIR] Implement remark emitting policies in MLIR (PR #160526)

Guray Ozen llvmlistbot at llvm.org
Thu Sep 25 05:37:25 PDT 2025


grypp 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, and unrelated to the LLVM Remarks finalization. I think while generating the final remarks, this is trying to access MLIRContext in flc.getFilename(), while MLRContextImpl is already being destructed.

yes I think the issue is specific to this PR I introduced. I will look at it and reland. Thanks everyone for help

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


More information about the Mlir-commits mailing list