[PATCH] D118701: [flang][optimizer] support aggregate types inside tuple and record type

Jean Perier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 00:30:42 PST 2022


jeanPerier added a comment.

In D118701#3287841 <https://reviews.llvm.org/D118701#3287841>, @schweitz wrote:

>> Allow fir.box type to be a member of a tuple<> or fir.type<>, in which case it should be ensured it should be ensured the fir.box member is not translate to the struct type of a Fortran runtime descriptor, and not a pointer to it.
>
> I don't understand this sentence.

I have rephrased it in the actual commit message.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118701/new/

https://reviews.llvm.org/D118701



More information about the llvm-commits mailing list