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] Handle usage of array elements in loop-control expressions #128

Merged

Commits on Aug 7, 2024

  1. [flang][OpenMP] Handle usage of array elements in loop-control expres…

    …sions
    
    Extends the fix-up logic for `trip_count` calculation in `target`
    regions. Previously, if an array element was used to compute any of the
    loop bounds, the trip-count calculation ops would extract arra elements
    from the mapped declaration of the array inside the target region. This
    commit hanles that situation.
    ergawy committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad1cf4c View commit details
    Browse the repository at this point in the history