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

Add support for inline assembly #452

Merged
merged 20 commits into from
Dec 6, 2023
Merged

Add support for inline assembly #452

merged 20 commits into from
Dec 6, 2023

Conversation

Jezurko
Copy link
Collaborator

@Jezurko Jezurko commented Nov 24, 2023

TODO:

  • Add simple asm statement builder
  • Cleanup printing with empty ins/outs
  • Tests
  • description in TableGen
  • figure out if the inline qualifier is relevant and if it is accessible
  • (?) merge into HighLevelOps.td

@Jezurko Jezurko marked this pull request as ready for review December 5, 2023 13:40
@Jezurko Jezurko requested a review from xlauko as a code owner December 5, 2023 13:40
Copy link
Contributor

github-actions bot commented Dec 6, 2023

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 4 file(s) not formatted
  • include/vast/CodeGen/CodeGenStmtVisitor.hpp
  • include/vast/Util/Common.hpp
  • lib/vast/Dialect/Core/CoreAttributes.cpp
  • lib/vast/Dialect/HighLevel/HighLevelOps.cpp

Have any feedback or feature suggestions? Share it here.

@Jezurko Jezurko merged commit ff07648 into master Dec 6, 2023
@Jezurko Jezurko deleted the inline-assembly branch December 6, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants