This is an archive of the discontinued LLVM Phabricator instance.

[flang] Avoid to wrap box/class type with box/class
ClosedPublic

Authored by clementval on Mar 15 2023, 2:56 AM.

Details

Summary

Adapat the fix made in D146079 to just avoid the type
to be wrapped with an extra fir.box or fir.class. The potential
load is delegated to the code that is after.

Diff Detail