diff options
author | jeanPerier <jperier@nvidia.com> | 2024-02-15 09:06:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 09:06:42 +0100 |
commit | e769fb8699e3fa8e40623764f7713bfc783b0330 (patch) | |
tree | d273c92a5c6020755d19a75fd85d09e4eb8523db /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 0d0bd3ef55a2317c4254e97a3657e702bcf22214 (diff) | |
download | llvm-e769fb8699e3fa8e40623764f7713bfc783b0330.zip llvm-e769fb8699e3fa8e40623764f7713bfc783b0330.tar.gz llvm-e769fb8699e3fa8e40623764f7713bfc783b0330.tar.bz2 |
[flang] prevent legacy lowering from being called in pointer assignment (#81750)
When doing a pointer assignment with an RHS that is an array section,
the code fell in the legacy lowering code even with HLFIR enabled.
Escape this old code when HLFIR is on.
Should fix #80884.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions