[flang-commits] [flang] [Flang] Add `INLINEALWAYS` Compiler Directive (PR #192674)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Fri Apr 24 11:58:32 PDT 2026
================
@@ -1886,6 +1886,13 @@ class UnparseVisitor {
Word("!DIR$ NOINLINE");
},
[&](const CompilerDirective::IVDep &) { Word("!DIR$ IVDEP"); },
+ [&](const CompilerDirective::InlineAlways &InlineAlways) {
----------------
eugeneepshteyn wrote:
The param name should start with lower case: `inlineAlways`
https://github.com/llvm/llvm-project/pull/192674
More information about the flang-commits
mailing list