[flang-commits] [flang] [flang] Implement !DIR$ [NO]INLINE and FORCEINLINE directives (PR #134350)

Jean-Didier PAILLEUX via flang-commits flang-commits at lists.llvm.org
Tue May 13 06:31:52 PDT 2025


JDPailleux wrote:

I'm curious to know why it's better to resolve the symbols for the function call to attach the attribute to that function operationd and not attach the attributes directly on the function call operation, when the FIR -> MLIR (LLVM Dialect) -> LLVM IR conversion is done correctly?

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


More information about the flang-commits mailing list