diff options
author | Peixin-Qiao <qiaopeixin@huawei.com> | 2022-05-20 15:16:03 +0800 |
---|---|---|
committer | Peixin-Qiao <qiaopeixin@huawei.com> | 2022-05-20 15:16:03 +0800 |
commit | 870f4421acc67899d1fe6db392fe555a4b186e80 (patch) | |
tree | b2c3103916098645e032362b8cf443ecb0d556ab /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 8fc4fcecb8cedffcbf5fdd564c5a3427274db4e2 (diff) | |
download | llvm-870f4421acc67899d1fe6db392fe555a4b186e80.zip llvm-870f4421acc67899d1fe6db392fe555a4b186e80.tar.gz llvm-870f4421acc67899d1fe6db392fe555a4b186e80.tar.bz2 |
[flang][OpenMP] Fix the types of worksharing-loop variables
The types of lower bound, upper bound, and step are converted into the
type of the loop variable if necessary. OpenMP runtime requires 32-bit
or 64-bit loop variables. OpenMP loop iteration variable cannot have
more than 64 bits size and will be narrowed.
This patch is part of upstreaming code from the fir-dev branch of
https://github.com/flang-compiler/f18-llvm-project. (#1256)
Co-authored-by: kiranchandramohan <kiranchandramohan@gmail.com>
Reviewed By: kiranchandramohan, shraiysh
Differential Revision: https://reviews.llvm.org/D125740
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions