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

[Codegen][NFC] Remove the HAL dependency from the Codegen dialect. #19311

Merged
merged 3 commits into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. [Codegen][NFC] Remove the HAL dependency from the Codegen dialect.

    We used to set translation_info attribute on hal ops. Now they are set
    on the function, so the Codegen dialect no longer need to depend on the
    HAL dialect. The revision also updates the comments for those functions.
    
    Signed-off-by: hanhanW <[email protected]>
    hanhanW committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2b67cde View commit details
    Browse the repository at this point in the history
  2. IWYU

    Signed-off-by: hanhanW <[email protected]>
    hanhanW committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    64752bb View commit details
    Browse the repository at this point in the history
  3. IWYU..

    Signed-off-by: hanhanW <[email protected]>
    hanhanW committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f39e91b View commit details
    Browse the repository at this point in the history