aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorjeanPerier <jeanPerier@users.noreply.github.com>2022-06-13 17:36:16 +0200
committerValentin Clement <clementval@gmail.com>2022-06-13 17:36:56 +0200
commita370a4ffce083a218daed4de468853c1db7e3a1e (patch)
tree173d6e62828ec328b348994ebde86dc3599bdcaf /clang/lib/CodeGen/ModuleBuilder.cpp
parentc8a9afe7c81bc874debbe319f3cf6b7b89f90aa2 (diff)
downloadllvm-a370a4ffce083a218daed4de468853c1db7e3a1e.zip
llvm-a370a4ffce083a218daed4de468853c1db7e3a1e.tar.gz
llvm-a370a4ffce083a218daed4de468853c1db7e3a1e.tar.bz2
[flang] Avoid raising a TODO in fir.boxproc rewrite when not needed (#1560)
The pass was raising TODOs when a function both had a fir.boxproc<> argument and a fir.type<> argument (even if the fir.type<> did not contain a fir.boxproc itself). Prevent the TODO from firing when a fir.type<> does not actually contain a fir.boxproc. Add the location for the remaining TODO (it will be needed when procedure pointer components are supported in lowering). FYI, I actually tried to just implement the TODO, but I there is a funny issue. When creating the new fir::RecordType, since the name and context are the same as the type being translated, fir::RecordType:get just returns the existing type, and there is no way to change it (finalize() does nothing since it is already finalized). So this will require to add the ability to mutate the existing type, and I am not sure what are the MLIR constraints here, so I escaped and left the TODO for that case. This patch is part of the upstreaming effort from fir-dev branch. Reviewed By: jeanPerier, PeteSteinfeld Differential Revision: https://reviews.llvm.org/D127633 Co-authored-by: Jean Perier <jperier@nvidia.com>
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions