[flang-commits] [flang] [llvm] [mlir] [OpenMPIRBuilder] Don't drop debug info for target region. (PR #80692)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Mon Sep 2 03:29:16 PDT 2024
abidh wrote:
@jeanPerier Can you kindly look at the this PR especially the flang changes where I try to skip the debug info generation for variables which will be in OpenMP target region. Is this the right way to do it? I thought about processing DeclOp just in the function entry block which will have the same effect but this seems to make the intention more explicit.
https://github.com/llvm/llvm-project/pull/80692
More information about the flang-commits
mailing list