diff options
author | Dominik Adamski <dominik.adamski@amd.com> | 2025-01-02 20:18:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 20:18:55 +0100 |
commit | 5236e3dac59e16630a3730c84c2d3d65970a6db3 (patch) | |
tree | 7580ba6b9713c0387262588391b6e472fb1ac1a2 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 035e64c0ec02b237a266ebc672718037fdd53eb2 (diff) | |
download | llvm-5236e3dac59e16630a3730c84c2d3d65970a6db3.zip llvm-5236e3dac59e16630a3730c84c2d3d65970a6db3.tar.gz llvm-5236e3dac59e16630a3730c84c2d3d65970a6db3.tar.bz2 |
[Flang][Alias analysis] Fix alias analysis for omp private allocatable item (#120243)
Flang alias analysis crashes for omp private allocatable item. The issue
is described here : https://github.com/llvm/llvm-project/issues/116954 .
We know that private value can't alias with anything else unless it is POINTER
or TARGET. That's why we can simplify alias analysis logic.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions