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

Move hl transformations under Conversion. #559

Closed
wants to merge 5 commits into from
Closed

Conversation

lkorenc
Copy link
Contributor

@lkorenc lkorenc commented Apr 25, 2024

While there was some vague reasoning why we want to have some hl transformation passes it was getting more blurry with each added pass and with introduction of pipeline_step it was creating a dependency mess. It is much more ergonomic and cleaner to have all passes under conversions.
If there will be a use case (for example ship hl and some of its passes) we can always create a target under Conversion.

This PR also runs clang-format on some old files that were written in the older codestyle.

@lkorenc lkorenc requested a review from xlauko as a code owner April 25, 2024 11:45
Copy link
Contributor

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 3 file(s) not formatted
  • include/vast/Conversion/Passes.hpp
  • lib/vast/Conversion/HL/UDE.cpp
  • lib/vast/Frontend/Pipelines.cpp

Have any feedback or feature suggestions? Share it here.

@lkorenc lkorenc closed this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant