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

Mehdi Amini llvmlistbot at llvm.org
Thu Sep 18 07:37:41 PDT 2025


joker-eph wrote:

> At the point of emission, you know whether the Remark should be postponed or not — for example, if you know a later pass will attempt to optimize this op again.

But... this example is exactly why I don't believe that the point of emission is right! That would be coupling a utility trying to do something to a specific pass pipeline!


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


More information about the Mlir-commits mailing list