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

Format asm! macro calls #5191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ytmimi
Copy link
Contributor

@ytmimi ytmimi commented Jan 24, 2022

Add support for formatting asm! macro calls.

Formatting for asm!is gated behind a new unstable foramt_asm_macro configuration value.

Tracking issue for the new configuration value can be found at #5210

The specific guidelines for formatting the macro are still being decided, but this PR goes a long way to formatting the various components of the asm! macro (templates, operands, clobber_abis, and options).

@ytmimi ytmimi force-pushed the feature/format_asm_macro branch 3 times, most recently from fbe8494 to 713ae48 Compare January 28, 2022 15:05
@ytmimi ytmimi marked this pull request as draft January 28, 2022 15:45
@ytmimi ytmimi mentioned this pull request Feb 1, 2022
4 tasks
@ytmimi ytmimi marked this pull request as ready for review February 27, 2022 02:28
@ytmimi ytmimi added pr-merge-conflict This PR has merge conflicts that must be resolved p-low labels Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-low pr-merge-conflict This PR has merge conflicts that must be resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant