diff options
author | jeanPerier <jperier@nvidia.com> | 2023-09-11 12:52:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 12:52:11 +0200 |
commit | 8b13775d6a7c2b2f070fd32d320676ed5b19cbb2 (patch) | |
tree | 5776512cbd2e2ccbec1e2dcd73a3d9b14b52ee04 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 6942c64e8128e4ccd891b813d0240f574f80f59e (diff) | |
download | llvm-8b13775d6a7c2b2f070fd32d320676ed5b19cbb2.zip llvm-8b13775d6a7c2b2f070fd32d320676ed5b19cbb2.tar.gz llvm-8b13775d6a7c2b2f070fd32d320676ed5b19cbb2.tar.bz2 |
[flang] Improve length information in character transformational (#65771)
Intrinsic resolution currently does not resolve constant length
information for character transformational (with "sameChar") where the
argument has constant length but is not a variable or a constant
expression.
It is not required to fold those expressions (only inquiry on constant
expression or variable with constant length is required to be a constant
expression).
But constant length information for character is valuable for lowering,
so I think this is a nice and easy to have.
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
0 files changed, 0 insertions, 0 deletions