[flang] Add lowering placeholders
authorValentin Clement <clementval@gmail.com>
Tue, 1 Feb 2022 12:49:49 +0000 (13:49 +0100)
committerValentin Clement <clementval@gmail.com>
Tue, 1 Feb 2022 12:50:09 +0000 (13:50 +0100)
commit990759136a268fa51695d04f845ce7f9b36a842f
tree93fade42fd269dedda6dcff65be5da37085c33b4
parent904395ab8f832615c2e1903ea8274155dbf8673f
[flang] Add lowering placeholders

This patch puts in place the differents
function to lower the evaluation list. All functions
are just placholders with TODOs for now.
Follow up patches will bring the proper lowering in these
functions.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D118678
flang/lib/Lower/Bridge.cpp