[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
Mon May 12 08:20:10 PDT 2025
JDPailleux wrote:
Sorry in advance if I misunderstand what you're saying. But today, attributes are only available for the function operation. However, directives attach inlining attributes to call operations.
LLVM already offers the possibility of applying inlining attributes on call operations. I'm just making the bridge between Flang / MLIR and LLVM.
https://github.com/llvm/llvm-project/pull/134350
More information about the flang-commits
mailing list