[Mlir-commits] [mlir] [MLIR] Add option to postpone remark emission (PR #157434)

Razvan Lupusoru llvmlistbot at llvm.org
Wed Sep 17 10:02:27 PDT 2025


https://github.com/razvanlupusoru commented:

The functionality to postpone remarks is great as I want this as well :) However, it feels a bit strange that "postponed" is a property of the Remark itself - it seems more natural if this was a setting of the RemarkEngine to collect everything until either "reportAll" is called or RemarkEngine is destroyed.

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


More information about the Mlir-commits mailing list