[all-commits] [llvm/llvm-project] 69bbcd: [flang] Load unlimited polymorphic box the same wa...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Jan 10 11:59:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69bbcdd0aba9bbfad8957860e24a792b85017146
      https://github.com/llvm/llvm-project/commit/69bbcdd0aba9bbfad8957860e24a792b85017146
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/test/Fir/polymorphic.fir

  Log Message:
  -----------
  [flang] Load unlimited polymorphic box the same way as other

Unlimited polymorphic descriptor have a set size and can be loaded the
same way as polymorphic or monomorphic descriptors. The descriptor
code gen as been set in D138587.
Of course, the data hold by those descriptors have an unknown size
at compile time.

Depends on D141383

Reviewed By: jeanPerier, PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D141390




More information about the All-commits mailing list