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][Lower] NFC: Move clause processing helpers into the ClauseProcessor #85258

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. [Flang][OpenMP][Lower] NFC: Move clause processing helpers into the C…

    …lauseProcessor
    
    This patch moves some code in PFT to MLIR OpenMP lowering to the
    `ClauseProcessor` class. This is so that some behavior that is related to
    certain clauses stays within the `ClauseProcessor` and it's not the caller the
    one responsible for always doing this when the clause is present.
    skatrak committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    74d7776 View commit details
    Browse the repository at this point in the history