Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flang][OpenMP][DoConcurrent] Map loop bounds/step to the target region. #153

Open
wants to merge 2 commits into
base: amd-trunk-dev
Choose a base branch
from

Commits on Aug 31, 2024

  1. [flang][OpenMP] Implement more robust loop-nest detection logic

    The previous loop-nest detection algorithm fell short, in some cases, to
    detect whether a pair of `do concurrent` loops are perfectly nested or
    not. This is a re-implementation using forward and backward slice
    extraction algorithms to compare the set of ops required to setup the
    inner loop bounds vs. the set of ops nested in the outer loop other
    thatn the nested loop itself.
    ergawy committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    2447f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3c0222 View commit details
    Browse the repository at this point in the history