[Mlir-commits] [mlir] [MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (PR #95110)

Johannes de Fine Licht llvmlistbot at llvm.org
Tue Jun 11 08:33:22 PDT 2024


definelicht wrote:

> Can you add context/motivation in the PR description? Right now as far as I can tell it just mentions the "what" but does not say anything about the "why"?

Updated the description 🙂 These were already being used in the LLVM dialect inliner interface. IIUC the passthrough dictionary should not contain anything with semantics in MLIR, as it should only be used to "pass through" stuff that currently has no use.

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


More information about the Mlir-commits mailing list