[all-commits] [llvm/llvm-project] a09571: [flang] represent ABSTRACT in fir.type_info (#170109)
jeanPerier via All-commits
all-commits at lists.llvm.org
Tue Dec 2 01:13:45 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a09571ed5be3054b546b714c62c078b595d2f1cd
https://github.com/llvm/llvm-project/commit/a09571ed5be3054b546b714c62c078b595d2f1cd
Author: jeanPerier <jperier at nvidia.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/Bridge.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/test/Fir/fir-ops.fir
A flang/test/Lower/dispatch-table-abstract.f90
Log Message:
-----------
[flang] represent ABSTRACT in fir.type_info (#170109)
This patch keeps information about ABSTRACT derived types and DEFERRED
type bound procedures inside fir.type_info dispatch tables.
This is part of the effort to delay generation of runtime type info
global by keeping the type information in a more condense fashion inside
fir.type_info (which is also easier to use for any potential
optimizations).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list