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

cranelift/codegen/meta: provide entry point to generate ISLE code only #8462

Merged
merged 3 commits into from May 2, 2024

Conversation

mmcloughlin
Copy link
Contributor

This PR reshuffles the code-generation functions in cranelift::codegen::meta to allow
generating the Rust and ISLE parts independently.

Following on from #8423, this is intended to support ISLE tooling that needs to inspect
the ISLE parts of the ISA lowering backends independently.

@mmcloughlin mmcloughlin requested a review from a team as a code owner April 24, 2024 16:10
@mmcloughlin mmcloughlin requested review from elliottt and removed request for a team April 24, 2024 16:10
@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator cranelift:meta Everything related to the meta-language. labels Apr 24, 2024
Copy link
Member

@elliottt elliottt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@elliottt elliottt added this pull request to the merge queue May 2, 2024
Merged via the queue into bytecodealliance:main with commit 47d1640 May 2, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:meta Everything related to the meta-language. cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants