[all-commits] [llvm/llvm-project] 391efe: [flang][NFC] Retrieve binding table from fir.dispa...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 29 04:22:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 391efeb53828c888f8fd3aa75d1ff19e1dd8f1d3
https://github.com/llvm/llvm-project/commit/391efeb53828c888f8fd3aa75d1ff19e1dd8f1d3
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/test/Fir/dispatch.f90
Log Message:
-----------
[flang][NFC] Retrieve binding table from fir.dispatch_table operations
Change how the binding tables are retrived. Use the newly lowered
fir.dispatch_table operations instead of the fir.global type infos.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D138903
More information about the All-commits
mailing list