[all-commits] [llvm/llvm-project] 9534e3: [fir] Add placeholder conversion pattern for dispt...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Nov 11 04:59:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9534e361ea12aaecde52b8ac4c947f9a301d0c9b
https://github.com/llvm/llvm-project/commit/9534e361ea12aaecde52b8ac4c947f9a301d0c9b
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/test/Fir/convert-to-llvm-invalid.fir
Log Message:
-----------
[fir] Add placeholder conversion pattern for disptach operations
`fir.dispatch`, `fir.dispatch_table` and `fir.dt_entry` are operations
for type-bound procedures. This patch just adds placeholder conversion
pattern that currently fails since F2003 is not implemented yet.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D113662
More information about the All-commits
mailing list