mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 15:16:06 +00:00

At present, alias analysis does not work for operations inside OMP target regions because the FIR declare operations within OMP target do not offer sufficient information for alias analysis. Consequently, it is necessary to examine the FIR code outside the OMP target region.