diff options
author | Valentin Clement <clementval@gmail.com> | 2022-02-03 10:40:19 +0100 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2022-02-03 11:10:30 +0100 |
commit | dc6a344637a6417aedf85e5fd1236e7fcd43c3f1 (patch) | |
tree | 6ad46573fb007d519bb830d4d6dc299b8c9fd7e0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | d15e7dd1238df20e9c09cc91930f716e0d3d5b05 (diff) | |
download | llvm-dc6a344637a6417aedf85e5fd1236e7fcd43c3f1.zip llvm-dc6a344637a6417aedf85e5fd1236e7fcd43c3f1.tar.gz llvm-dc6a344637a6417aedf85e5fd1236e7fcd43c3f1.tar.bz2 |
[flang] Add lowering for integer constant
This patch enables the lowering of integer constant.
The `ScalarExprLowering` class is introduced in `ConvertExpr.cpp` to help
the lowering of expression. This patch adds all the placeholder as well for future
expression lowering with the appropriate TODOs.
Integer constant expression are lowered to `arith.constant` with an integer type corresponding to the kind value.
This patch is in support of D118787
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: schweitz, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D118786
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions