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 expressions in target ... do loop control #107

Merged
merged 3 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. [flang][OpenMP] Handle expressions in target ... do loop control

    When emitting the ops required to compute the target loop's trip count,
    flang might emit ops outside the target regions that operands defined
    inside the region. This is fixed up by `HostClausesInsertionGuard`
    already.
    
    However, the current support only handles simple cases. If the loop
    control contains more elaborate expressions, the fix up logic does not
    handle it properly. This PR handles such cases.
    ergawy committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    55235b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. handle some review comments

    ergawy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6fc5b8b View commit details
    Browse the repository at this point in the history
  2. handle some review comments

    ergawy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c31551c View commit details
    Browse the repository at this point in the history