[all-commits] [llvm/llvm-project] bfd3e2: [flang][debug] Allow variable from non-entry block...
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Thu Feb 13 03:21:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfd3e25fddddde2e541dad4616350ce72cd9eeed
https://github.com/llvm/llvm-project/commit/bfd3e25fddddde2e541dad4616350ce72cd9eeed
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M flang/lib/Optimizer/Transforms/AddDebugInfo.cpp
Log Message:
-----------
[flang][debug] Allow variable from non-entry blocks. (#125692)
We currently drop the `DeclareOp` which are not in the entry block of
the function. This was done to side step a problem with the variables in
OpenMP target region. Now that issue has been addressed in #118314 so we
can lift this restriction as well.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list