[flang-commits] [flang] [flang] Fixed assumed-type temporary allocation for -frepack-arrays. (PR #147618)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Jul 11 11:38:51 PDT 2025
clementval wrote:
Maybe we can just relax the type of `source_box` to be `BoxOrClassType`. In the end there is no real difference between the two and we can read the information from a fir.box or a fir.class the same way when emboxing.
https://github.com/llvm/llvm-project/pull/147618
More information about the flang-commits
mailing list