diff options
author | Leandro Lupori <leandro.lupori@linaro.org> | 2025-09-04 13:03:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 13:03:12 -0300 |
commit | bdf270937b54b458eb7ef984196007437ee346e2 (patch) | |
tree | d9ca5eebb31ac40d5377c7509ce2a12e4d3daf06 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | 698f39bc195905a84fdb696dfaa1cde006f7238f (diff) | |
download | llvm-bdf270937b54b458eb7ef984196007437ee346e2.zip llvm-bdf270937b54b458eb7ef984196007437ee346e2.tar.gz llvm-bdf270937b54b458eb7ef984196007437ee346e2.tar.bz2 |
[flang] Add hlfir.char_trim operation (#156064)
Fortran character trim is currently lowered directly into a runtime
call, which makes it more complex to simplify expressions using it.
With this patch trim is first lowered into an hlfir.char_trim
operation, that is only later transformed into a runtime call.
This makes it easier to remove unnecessary calls to trim, as
proposed in #154593.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions