[llvm-branch-commits] [Flang][OpenMP] Derived type explicit allocatable member mapping (PR #111192)
Sergio Afonso via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 22 07:43:23 PDT 2024
================
@@ -82,104 +132,188 @@ class MapInfoFinalizationPass
// perform an alloca and then store to it and retrieve the data from the new
// alloca.
if (mlir::isa<fir::BaseBoxType>(descriptor.getType())) {
----------------
skatrak wrote:
Nit: Consider negating the condition and returning early to reduce nesting.
https://github.com/llvm/llvm-project/pull/111192
More information about the llvm-branch-commits
mailing list