[flang-commits] [flang] [flang] Added fir.dummy_scope operation to preserve dummy arguments association. (PR #90642)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Apr 30 11:48:10 PDT 2024


================
@@ -3074,6 +3074,7 @@ def fir_DeclareOp : fir_Op<"declare", [AttrSizedOperandSegments,
     AnyRefOrBox:$memref,
     Optional<AnyShapeOrShiftType>:$shape,
     Variadic<AnyIntegerType>:$typeparams,
+    Optional<I1>:$dummy_scope,
----------------
clementval wrote:

I don't have strong opinion too. If it's not too complicated to have a dedicated type I think it will make it nicer but I can live with the I1 too. 

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


More information about the flang-commits mailing list