[flang-commits] [flang] [flang] Lower sequence associated argument passed by descriptor (PR #85696)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Mon Mar 18 17:31:36 PDT 2024
================
@@ -333,13 +346,27 @@ class CallerInterface : public CallInterface<CallerInterface> {
/// the result specification expressions (extents and lengths) ? If needed,
/// this mapping must be done after argument lowering, and before the call
/// itself.
- bool mustMapInterfaceSymbols() const;
+ bool mustMapInterfaceSymbolsForResult() const;
+ /// Does the caller must map function interface symbols in order to evaluate
----------------
vzakhari wrote:
```suggestion
/// Must the caller map function interface symbols in order to evaluate
```
https://github.com/llvm/llvm-project/pull/85696
More information about the flang-commits
mailing list