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] Support fir.shape_shift values #154

Closed
wants to merge 3 commits into from

Commits on Oct 16, 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 Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cf6eb8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    710a8ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f976a2e View commit details
    Browse the repository at this point in the history